Class: Strling::Nodes::Lookbehind

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



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

def body
  @body
end

#negativeObject (readonly)

Returns the value of attribute negative

Returns:

  • (Object)

    the current value of negative



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

def negative
  @negative
end