Sha256: ec4f021ec86b1710ecd48e7096b80d39462317c6f9f0ab0ffe03c9c4ee0ad07b

Contents?: true

Size: 202 Bytes

Versions: 7

Compression:

Stored size: 202 Bytes

Contents

# frozen_string_literal: true

require "parser/ast/processor"

# Processor extensions
module Parser
  module AST
    class Processor
      def on_meth_ref(node)
        node
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ruby-next-parser-3.2.2.0 lib/parser/ruby-next/ast/processor.rb
ruby-next-parser-3.1.1.3 lib/parser/ruby-next/ast/processor.rb
ruby-next-parser-3.1.1.2 lib/parser/ruby-next/ast/processor.rb
ruby-next-parser-3.1.1.1 lib/parser/ruby-next/ast/processor.rb
ruby-next-parser-3.1.1.0 lib/parser/ruby-next/ast/processor.rb
ruby-next-parser-3.1.0.1 lib/parser/ruby-next/ast/processor.rb
ruby-next-parser-3.1.0.0 lib/parser/ruby-next/ast/processor.rb