class ASTree::PrettyNode::OPCALL

Public Instance Methods

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