diff options
Diffstat (limited to 'code/fm/fm.rb')
-rw-r--r-- | code/fm/fm.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/code/fm/fm.rb b/code/fm/fm.rb index e5370c20..5033c161 100644 --- a/code/fm/fm.rb +++ b/code/fm/fm.rb @@ -7,18 +7,6 @@ OPTIONS = { 'filepreview' => true, } -class Void - oldv, $-v = $-v, nil - - for method in instance_methods - remove_method(method) rescue nil - end - - def self.method_missing(*a) end - - $-v = oldv -end - module Fm extend self COPY_PRIORITY = -2 |