nothing
Do nothing
Examples
require 'rubygems'
require 'nothing'
class Foo
def bla
puts 'bla'
end
end
Foo.new.nothing
Foo.nothing
# Call nothing method everywhere
1.nothing
(1...3).nothing
[1, 2, 3, 4, 5].nothing
# and some aliases to nothing
"foo".foo
"baz".baz
"bar".
Copyright
Copyright © 2011 Nicklasos. See LICENSE.txt for further details.