Module: Gemmy::Patches::ObjectPatch::InstanceMethods::Nothing
- Defined in:
- lib/gemmy/patches/object_patch.rb
Overview
method which does absolutely nothing, ignoring all arguments
Instance Method Summary collapse
Instance Method Details
#nothing(*args) ⇒ Object
76 77 |
# File 'lib/gemmy/patches/object_patch.rb', line 76 def nothing(*args) end |