class ASTree::PrettyNode::RETURN
Public Instance Methods
label_name(index)
click to toggle source
# File lib/astree/pretty_node/return.rb, line 2 def label_name(index) case index when 0 'value' end end
# File lib/astree/pretty_node/return.rb, line 2 def label_name(index) case index when 0 'value' end end