Sha256: 25507e2107c1d3d0a1a37015101b0825708444569c10ae7e6b64a7f9a7ea0858

Contents?: true

Size: 170 Bytes

Versions: 2

Compression:

Stored size: 170 Bytes

Contents

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