class Gobstones::Lang::FunctionCall
Public Instance Methods
is_function_call?()
click to toggle source
# File lib/gobstones/lang/expressions/function_call.rb, line 9 def is_function_call? true end
to_s()
click to toggle source
# File lib/gobstones/lang/expressions/function_call.rb, line 13 def to_s "function call to #{name}" end