Class: FlavourSaver::LiteralCallNode

Inherits:
CallNode
  • Object
show all
Defined in:
lib/flavour_saver/nodes.rb

Instance Method Summary collapse

Methods inherited from CallNode

#arguments_to_str

Methods inherited from Node

#inspect

Instance Method Details

#to_sObject



92
93
94
# File 'lib/flavour_saver/nodes.rb', line 92

def to_s
  arguments_to_str("[#{name.inspect}]")
end