Class: Rjq::TailCall

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

Instance Attribute Summary collapse

Instance Attribute Details

#arg_blocksObject

Returns the value of attribute arg_blocks

Returns:

  • (Object)

    the current value of arg_blocks



42
43
44
# File 'lib/rjq/opcodes.rb', line 42

def arg_blocks
  @arg_blocks
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



42
43
44
# File 'lib/rjq/opcodes.rb', line 42

def context
  @context
end

#definitionObject

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



42
43
44
# File 'lib/rjq/opcodes.rb', line 42

def definition
  @definition
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



42
43
44
# File 'lib/rjq/opcodes.rb', line 42

def input
  @input
end