Module: RuboCop::AST::NodePattern::Compiler::Debug::InstrumentationSubcompiler Private
- Included in:
- NodePatternSubcompiler, SequenceSubcompiler
- Defined in:
- lib/rubocop/ast/node_pattern/compiler/debug.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #do_compile ⇒ Object private
Instance Method Details
#do_compile ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
140 141 142 |
# File 'lib/rubocop/ast/node_pattern/compiler/debug.rb', line 140 def do_compile "#{tracer(:enter)} && #{super} && #{tracer(:success)}" end |