Class: Gemite::AST::NilLiteral
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::NilLiteral
- Defined in:
- lib/gemite/ast.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
11 12 13 |
# File 'lib/gemite/ast.rb', line 11 def value @value end |