Class: Rjq::TailCall
- Inherits:
-
Struct
- Object
- Struct
- Rjq::TailCall
- Defined in:
- lib/rjq/opcodes.rb
Instance Attribute Summary collapse
-
#arg_blocks ⇒ Object
Returns the value of attribute arg_blocks.
-
#context ⇒ Object
Returns the value of attribute context.
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#input ⇒ Object
Returns the value of attribute input.
Instance Attribute Details
#arg_blocks ⇒ Object
Returns the value of attribute arg_blocks
42 43 44 |
# File 'lib/rjq/opcodes.rb', line 42 def arg_blocks @arg_blocks end |
#context ⇒ Object
Returns the value of attribute context
42 43 44 |
# File 'lib/rjq/opcodes.rb', line 42 def context @context end |
#definition ⇒ Object
Returns the value of attribute definition
42 43 44 |
# File 'lib/rjq/opcodes.rb', line 42 def definition @definition end |
#input ⇒ Object
Returns the value of attribute input
42 43 44 |
# File 'lib/rjq/opcodes.rb', line 42 def input @input end |