Sha256: 0f53674b36a58025abdd9c1122348afd9679350d592d7849793d000b96cbb45d

Contents?: true

Size: 170 Bytes

Versions: 2

Compression:

Stored size: 170 Bytes

Contents

class ASTree::PrettyNode::OP_ASGN2 < ASTree::PrettyNode
  def label_name(index)
    case index
    when 1
      'unknown'
    when 2
      'field name'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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