Class: Strling::IR::CharClass
- Inherits:
-
Data
- Object
- Data
- Strling::IR::CharClass
- Defined in:
- lib/strling/ir.rb
Instance Attribute Summary collapse
-
#ir ⇒ Object
readonly
Returns the value of attribute ir.
-
#items ⇒ Object
readonly
Returns the value of attribute items.
-
#negated ⇒ Object
readonly
Returns the value of attribute negated.
Instance Attribute Details
#ir ⇒ Object (readonly)
Returns the value of attribute ir
9 10 11 |
# File 'lib/strling/ir.rb', line 9 def ir @ir end |
#items ⇒ Object (readonly)
Returns the value of attribute items
9 10 11 |
# File 'lib/strling/ir.rb', line 9 def items @items end |
#negated ⇒ Object (readonly)
Returns the value of attribute negated
9 10 11 |
# File 'lib/strling/ir.rb', line 9 def negated @negated end |