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
317 318 |
# File 'lib/gemmy/patches/object_patch.rb', line 317 def nothing(*args) end |