Class: Rjq::BytecodeBlock
- Inherits:
-
Struct
- Object
- Struct
- Rjq::BytecodeBlock
- Defined in:
- lib/rjq/opcodes.rb
Instance Attribute Summary collapse
-
#instructions ⇒ Object
Returns the value of attribute instructions.
Instance Attribute Details
#instructions ⇒ Object
Returns the value of attribute instructions
40 41 42 |
# File 'lib/rjq/opcodes.rb', line 40 def instructions @instructions end |