Module: Gemmy::Patches::ObjectPatch::InstanceMethods::M
- Defined in:
- lib/gemmy/patches/object_patch.rb
Instance Method Summary collapse
-
#m(*args) ⇒ Object
shorter proc shorthands.
Instance Method Details
#m(*args) ⇒ Object
shorter proc shorthands
309 310 311 |
# File 'lib/gemmy/patches/object_patch.rb', line 309 def m(*args) method(*args) end |