Class: Strling::IR::Lit

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



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

def ir
  @ir
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end