Class: RegularExpression::Bytecode::Insns::Jump
- Inherits:
-
Struct
- Object
- Struct
- RegularExpression::Bytecode::Insns::Jump
- Defined in:
- lib/regular_expression/bytecode.rb
Overview
Jump directly to the target instruction.
Instance Attribute Summary collapse
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#target ⇒ Object
Returns the value of attribute target
129 130 131 |
# File 'lib/regular_expression/bytecode.rb', line 129 def target @target end |