# File lib/tins/go.rb, line 4
      def push(argument)
        @arguments ||= []
        @arguments.push argument
        self
      end