Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_parser_extras.rb

Overview

HACK HACK HACK HACK HACK HACK HACK HACK HACK HACK HACK HACK

Instance Method Summary collapse

Instance Method Details

#is_argumentObject

TODO: phase this out



693
694
695
# File 'lib/ruby_parser_extras.rb', line 693

def is_argument # TODO: phase this out
  return self == :expr_arg || self == :expr_cmdarg
end