Sha256: d0e8b6bdaff5c23bb57f9425000f5c4baf29572641f95b2a880a7590cfab4b31

Contents?: true

Size: 167 Bytes

Versions: 2

Compression:

Stored size: 167 Bytes

Contents

class ASTree::PrettyNode::VALIAS < ASTree::PrettyNode
  def label_name(index)
    case index
    when 0
      'new name'
    when 1
      'old name'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
astree-1.1.1 lib/astree/pretty_node/valias.rb
astree-1.1.0 lib/astree/pretty_node/valias.rb