11 12 13 14
# File 'lib/tins/go.rb', line 11 def each(&block) @arguments.each(&block) self end
4 5 6 7 8
# File 'lib/tins/go.rb', line 4 def push(argument) @arguments ||= [] @arguments.push argument self end