class ASTree::PrettyNode::SCOPE
Public Instance Methods
label_name(index)
click to toggle source
# File lib/astree/pretty_node/scope.rb, line 2 def label_name(index) case index when 0 'local table' when 1 'arguments' when 2 'body' end end