class ASTree::PrettyNode::OPT_ARG

Public Instance Methods

label_name(index) click to toggle source
# File lib/astree/pretty_node/opt_arg.rb, line 2
def label_name(index)
  case index
  when 1
    'next opt_arg'
  end
end