Class: Strling::Nodes::Lookbehind
- Inherits:
-
Data
- Object
- Data
- Strling::Nodes::Lookbehind
- 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
13 14 15 |
# File 'lib/strling/nodes.rb', line 13 def body @body end |
#negative ⇒ Object (readonly)
Returns the value of attribute negative
13 14 15 |
# File 'lib/strling/nodes.rb', line 13 def negative @negative end |