Class: Kapusta::Compiler::Language::LuaPcallForm

Inherits:
Struct
  • Object
show all
Defined in:
lib/kapusta/compiler/language.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



30
31
32
# File 'lib/kapusta/compiler/language.rb', line 30

def args
  @args
end

#callableObject

Returns the value of attribute callable

Returns:

  • (Object)

    the current value of callable



30
31
32
# File 'lib/kapusta/compiler/language.rb', line 30

def callable
  @callable
end