172 173 174 175
# File 'lib/opal/nodes/scope.rb', line 172 def add_arg(arg) @args << arg unless @args.include? arg arg end