Class: GenText::VM::RescuePoint

Inherits:
Struct
  • Object
show all
Defined in:
lib/gen_text/vm.rb

Instance Attribute Summary collapse

Instance Attribute Details

#out_posObject

Returns the value of attribute out_pos

Returns:

  • (Object)

    the current value of out_pos



282
283
284
# File 'lib/gen_text/vm.rb', line 282

def out_pos
  @out_pos
end

#pcObject

Returns the value of attribute pc

Returns:

  • (Object)

    the current value of pc



282
283
284
# File 'lib/gen_text/vm.rb', line 282

def pc
  @pc
end