Class: Rjq::BytecodeBlock

Inherits:
Struct
  • Object
show all
Defined in:
lib/rjq/opcodes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#instructionsObject

Returns the value of attribute instructions

Returns:

  • (Object)

    the current value of instructions



40
41
42
# File 'lib/rjq/opcodes.rb', line 40

def instructions
  @instructions
end