module Gemmy::Patches::ObjectPatch::InstanceMethods::Nothing

method which does absolutely nothing, ignoring all arguments

Public Instance Methods

nothing(*args) click to toggle source
# File lib/gemmy/patches/object_patch.rb, line 317
def nothing(*args)
end