Sha256: 023cba16e47634d11ca0d89116269568b8ede923681a352871c4165e0c1e6a61

Contents?: true

Size: 144 Bytes

Versions: 2

Compression:

Stored size: 144 Bytes

Contents

class ASTree::PrettyNode::OP_ASGN_AND < 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_asgn_and.rb
astree-1.1.0 lib/astree/pretty_node/op_asgn_and.rb