Sha256: 41a967cf8c017e321c1371d54758a59c74659bdfa3bc5f428b66efbc78d342b9

Contents?: true

Size: 146 Bytes

Versions: 2

Compression:

Stored size: 146 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

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