Class: Strling::IR::Alt

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

Instance Attribute Summary collapse

Instance Attribute Details

#branchesObject (readonly)

Returns the value of attribute branches

Returns:

  • (Object)

    the current value of branches



12
13
14
# File 'lib/strling/ir.rb', line 12

def branches
  @branches
end

#irObject (readonly)

Returns the value of attribute ir

Returns:

  • (Object)

    the current value of ir



12
13
14
# File 'lib/strling/ir.rb', line 12

def ir
  @ir
end