Class: Strling::IR::Char

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

Instance Attribute Summary collapse

Instance Attribute Details

#charObject (readonly)

Returns the value of attribute char

Returns:

  • (Object)

    the current value of char



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

def char
  @char
end

#irObject (readonly)

Returns the value of attribute ir

Returns:

  • (Object)

    the current value of ir



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

def ir
  @ir
end