Sha256: 85c7e29fe4b5b49ea06461421f6b0c3705e6cde0ba0bbaade5c11dadb75fa816

Contents?: true

Size: 141 Bytes

Versions: 2

Compression:

Stored size: 141 Bytes

Contents

class ASTree::PrettyNode::OP_ASGN1 < ASTree::PrettyNode
  def label_name(index)
    case index
    when 1
      'operator'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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