Help for this page
class Foo def initialize #no initialization needed for this class end ... foo = Foo.new foo.bar { |n| puts n } # prints "3\n"