Class: Strling::Nodes::CharacterClass

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

Instance Attribute Summary collapse

Instance Attribute Details

#membersObject (readonly)

Returns the value of attribute members

Returns:

  • (Object)

    the current value of members



7
8
9
# File 'lib/strling/nodes.rb', line 7

def members
  @members
end

#negatedObject (readonly)

Returns the value of attribute negated

Returns:

  • (Object)

    the current value of negated



7
8
9
# File 'lib/strling/nodes.rb', line 7

def negated
  @negated
end