Class: TextUtils::Processor

Inherits:
Object
  • Object
show all
Defined in:
lib/text_utils/processor.rb

Instance Method Summary collapse

Constructor Details

#initialize(next_processor = nil) ⇒ Processor

Returns a new instance of Processor.



2
3
4
# File 'lib/text_utils/processor.rb', line 2

def initialize next_processor = nil
  @next_processor = next_processor
end