Class: Class

Inherits:
Object
  • Object
show all
Defined in:
lib/dm-paperclip/ext/compatibility.rb

Instance Method Summary collapse

Instance Method Details

#define_singleton_method(*args, &block) ⇒ Object



8
9
10
# File 'lib/dm-paperclip/ext/compatibility.rb', line 8

def define_singleton_method(*args, &block)
  singleton_class.module_eval { define_method(*args, &block) }
end