Class: RegularExpression::Bytecode::Insns::Jump

Inherits:
Struct
  • Object
show all
Defined in:
lib/regular_expression/bytecode.rb

Overview

Jump directly to the target instruction.

Instance Attribute Summary collapse

Instance Attribute Details

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



129
130
131
# File 'lib/regular_expression/bytecode.rb', line 129

def target
  @target
end