Sha256: 3b6e6a079a9da09210e18e639c65a39d09cfd5af02580f30417fd3146f974d34

Contents?: true

Size: 168 Bytes

Versions: 2

Compression:

Stored size: 168 Bytes

Contents

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