Class: Strling::IR::CharClass

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

Instance Attribute Summary collapse

Instance Attribute Details

#irObject (readonly)

Returns the value of attribute ir

Returns:

  • (Object)

    the current value of ir



9
10
11
# File 'lib/strling/ir.rb', line 9

def ir
  @ir
end

#itemsObject (readonly)

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



9
10
11
# File 'lib/strling/ir.rb', line 9

def items
  @items
end

#negatedObject (readonly)

Returns the value of attribute negated

Returns:

  • (Object)

    the current value of negated



9
10
11
# File 'lib/strling/ir.rb', line 9

def negated
  @negated
end