Sha256: dc14ada85ff2f685f4aa0d86fea39445b8068fbb4599bef408198eaeb403cb3e

Contents?: true

Size: 138 Bytes

Versions: 2

Compression:

Stored size: 138 Bytes

Contents

class ASTree::PrettyNode::DEFN < ASTree::PrettyNode
  def label_name(index)
    case index
    when 0
      'method id'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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