Sha256: 4cbd06549b3e6466cd0bf30c4009198227ef8215e40c4528ee4571d012212a76

Contents?: true

Size: 136 Bytes

Versions: 2

Compression:

Stored size: 136 Bytes

Contents

class ASTree::PrettyNode::MATCH < ASTree::PrettyNode
  def label_name(index)
    case index
    when 0
      'regexp'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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