Class: Wood::Nodes::Function::Call
Instance Attribute Summary collapse
-
#function ⇒ Object
Returns the value of attribute function.
Instance Method Summary collapse
Instance Attribute Details
#function ⇒ Object
Returns the value of attribute function.
32 33 34 |
# File 'lib/wood/nodes/function.rb', line 32 def function @function end |
Instance Method Details
#setup ⇒ Object
34 35 36 |
# File 'lib/wood/nodes/function.rb', line 34 def setup @args = args || [] end |
#type ⇒ Object
38 39 40 41 42 |
# File 'lib/wood/nodes/function.rb', line 38 def type if @function @function.type end end |