Sha256: 2084d61c46612de18bd50f5547e970a3ea06028215fd1be223cad1a992ef5303

Contents?: true

Size: 168 Bytes

Versions: 2

Compression:

Stored size: 168 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

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