Class: Strling::Nodes::Lookahead

Inherits:
Data
  • Object
show all
Defined in:
lib/strling/nodes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



12
13
14
# File 'lib/strling/nodes.rb', line 12

def body
  @body
end

#negativeObject (readonly)

Returns the value of attribute negative

Returns:

  • (Object)

    the current value of negative



12
13
14
# File 'lib/strling/nodes.rb', line 12

def negative
  @negative
end