Class: Kapusta::Compiler::Language::LuaPcallForm
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::Compiler::Language::LuaPcallForm
- Defined in:
- lib/kapusta/compiler/language.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#callable ⇒ Object
Returns the value of attribute callable.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
30 31 32 |
# File 'lib/kapusta/compiler/language.rb', line 30 def args @args end |
#callable ⇒ Object
Returns the value of attribute callable
30 31 32 |
# File 'lib/kapusta/compiler/language.rb', line 30 def callable @callable end |