# File lib/tins/go.rb, line 10 def each(&block) @arguments.each(&block) self end
# File lib/tins/go.rb, line 4 def push(argument) @arguments ||= [] @arguments.push argument self end
[Validate]
Generated with the Darkfish Rdoc Generator 2.