Class: Strling::Nodes::CharacterClass
- Inherits:
-
Data
- Object
- Data
- Strling::Nodes::CharacterClass
- Defined in:
- lib/strling/nodes.rb
Instance Attribute Summary collapse
-
#members ⇒ Object
readonly
Returns the value of attribute members.
-
#negated ⇒ Object
readonly
Returns the value of attribute negated.
Instance Attribute Details
#members ⇒ Object (readonly)
Returns the value of attribute members
7 8 9 |
# File 'lib/strling/nodes.rb', line 7 def members @members end |
#negated ⇒ Object (readonly)
Returns the value of attribute negated
7 8 9 |
# File 'lib/strling/nodes.rb', line 7 def negated @negated end |