Class: Strling::Nodes::Lookahead
- Inherits:
-
Data
- Object
- Data
- Strling::Nodes::Lookahead
- Defined in:
- lib/strling/nodes.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#negative ⇒ Object
readonly
Returns the value of attribute negative.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
12 13 14 |
# File 'lib/strling/nodes.rb', line 12 def body @body end |
#negative ⇒ Object (readonly)
Returns the value of attribute negative
12 13 14 |
# File 'lib/strling/nodes.rb', line 12 def negative @negative end |