class ASTree::PrettyNode::OP_ASGN1

Public Instance Methods

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