Sha256: 7248c8b5fa36f2649d6b4811d638b000c8448c19ad798a24f216024fd0ad90af

Contents?: true

Size: 140 Bytes

Versions: 2

Compression:

Stored size: 140 Bytes

Contents

class ASTree::PrettyNode::CONST < ASTree::PrettyNode
  def label_name(index)
    case index
    when 0
      'const name'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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