Class | AST::Processor |
In: |
lib/ast/processor/mixin.rb
lib/ast/processor.rb |
Parent: | Object |
This class includes {AST::Processor::Mixin}; however, it is deprecated, since the module defines all of the behaviors that the processor includes. Any new libraries should use {AST::Processor::Mixin} instead of subclassing this.
@deprecated Use {AST::Processor::Mixin} instead.