Sha256: a3383e0afa2b30aba1f4a6854e5be8a80908e9e9159c4f9263fb9e2623ef7829

Contents?: true

Size: 171 Bytes

Versions: 2

Compression:

Stored size: 171 Bytes

Contents

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