Method: GOM::Object::Mapping.method_missing
- Defined in:
- lib/gom/object/mapping.rb
.method_missing(method_name, *arguments, &block) ⇒ Object
48 49 50 |
# File 'lib/gom/object/mapping.rb', line 48 def self.method_missing(method_name, *arguments, &block) self.singleton.send method_name, *arguments, &block end |