module Tins::GO::EnumerableExtension

def push(argument)

def push(argument)
  @arguments ||= []
  @arguments.push argument
  self
end