Sha256: 1e494f8cc473bb46454a398121a3b3ed2aae4942821181eab2d9b05a950e2b73

Contents?: true

Size: 167 Bytes

Versions: 2

Compression:

Stored size: 167 Bytes

Contents

class ASTree::PrettyNode::CALL < ASTree::PrettyNode
  def label_name(index)
    case index
    when 1
      'method id'
    when 2
      'arguments'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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