Class: MarshalParser::Parser::FalseNode
- Defined in:
- lib/marshal-parser/parser.rb
Instance Method Summary collapse
- #always_leaf? ⇒ Boolean
- #child_entities ⇒ Object
-
#initialize(token) ⇒ FalseNode
constructor
A new instance of FalseNode.
Methods inherited from Node
#attributes, #children, #decoded_value, #literal_token, #tokens
Methods included from Assertable
Constructor Details
Instance Method Details
#always_leaf? ⇒ Boolean
450 451 452 |
# File 'lib/marshal-parser/parser.rb', line 450 def always_leaf? true end |
#child_entities ⇒ Object
446 447 448 |
# File 'lib/marshal-parser/parser.rb', line 446 def child_entities [@token] end |