Sha256: 66aeeec41479f9fe15d08249b391ebac91825cc94c75fa0df97d9340eef0652a

Contents?: true

Size: 175 Bytes

Versions: 2

Compression:

Stored size: 175 Bytes

Contents

class ASTree::PrettyNode::DASGN_CURR < 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_curr.rb
astree-1.1.0 lib/astree/pretty_node/dasgn_curr.rb