Class: Gemite::AST::BoolLiteral
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::BoolLiteral
- 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
10 11 12 |
# File 'lib/gemite/ast.rb', line 10 def value @value end |