Sha256: cfb2715eaef145ac3e61bd6dc6c565138881cbac2b358aee90f2a6a53159065f

Contents?: true

Size: 170 Bytes

Versions: 2

Compression:

Stored size: 170 Bytes

Contents

class ASTree::PrettyNode::DASGN < ASTree::PrettyNode
  def label_name(index)
    case index
    when 0
      'variable name'
    when 1
      'unknown'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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