Class: GenText::VM::RescuePoint
- Inherits:
-
Struct
- Object
- Struct
- GenText::VM::RescuePoint
- Defined in:
- lib/gen_text/vm.rb
Instance Attribute Summary collapse
-
#out_pos ⇒ Object
Returns the value of attribute out_pos.
-
#pc ⇒ Object
Returns the value of attribute pc.
Instance Attribute Details
#out_pos ⇒ Object
Returns the value of attribute out_pos
282 283 284 |
# File 'lib/gen_text/vm.rb', line 282 def out_pos @out_pos end |
#pc ⇒ Object
Returns the value of attribute pc
282 283 284 |
# File 'lib/gen_text/vm.rb', line 282 def pc @pc end |