Module: RedParse::NamedConstant
- Defined in:
- lib/redparse/compile.rb
Instance Attribute Summary collapse
-
#constant_name ⇒ Object
Returns the value of attribute constant_name.
Instance Method Summary collapse
Instance Attribute Details
#constant_name ⇒ Object
Returns the value of attribute constant_name.
1440 1441 1442 |
# File 'lib/redparse/compile.rb', line 1440 def constant_name @constant_name end |
Instance Method Details
#inspect ⇒ Object
1441 |
# File 'lib/redparse/compile.rb', line 1441 def inspect; constant_name end |