Sha256: a7527557a6024c56fca46d4d5b7435a6fea7e5a2048eefa8ee071faec05eb9de

Contents?: true

Size: 145 Bytes

Versions: 2

Compression:

Stored size: 145 Bytes

Contents

class ASTree::PrettyNode::NTH_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/nth_ref.rb
astree-1.1.0 lib/astree/pretty_node/nth_ref.rb