Sha256: 85b3fca71dbb9168b0406eb3a768973e681be4f004d143576fa8107b1cc2e257

Contents?: true

Size: 169 Bytes

Versions: 2

Compression:

Stored size: 169 Bytes

Contents

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