Class: FlavourSaver::LocalVarNode

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



86
87
88
# File 'lib/flavour_saver/nodes.rb', line 86

def to_s
  arguments_to_str("@#{name}")
end