class ASTree::PrettyNode::DASGN_CURR

Public Instance Methods

label_name(index) click to toggle source
# File lib/astree/pretty_node/dasgn_curr.rb, line 2
def label_name(index)
  case index
  when 0
    'variable name'
  when 1
    'unknown'
  end
end