Sha256: 18461d1ee4ec185e2253dbba7bc2ef5a0975bd169c30416bf0e1b8decf57d8aa
Contents?: true
Size: 261 Bytes
Versions: 2
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true require "parser/ast/processor" # Processor extensions module Parser module AST class Processor unless method_defined?(:on_meth_ref) def on_meth_ref(node) node end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby-next-parser-2.8.0.9 | lib/parser/ruby-next/ast/processor.rb |
ruby-next-parser-2.8.0.8 | lib/parser/ruby-next/ast/processor.rb |