Module: Noventius::Report::Dsl::PostProcessors::ClassMethods

Included in:
ClassMethods
Defined in:
lib/noventius/report/dsl/post_processors.rb

Instance Method Summary collapse

Instance Method Details

#post_processor(post_processor, options = {}) ⇒ Object



20
21
22
# File 'lib/noventius/report/dsl/post_processors.rb', line 20

def post_processor(post_processor, options = {})
  post_processors << [post_processor, options]
end

#post_processorsObject



16
17
18
# File 'lib/noventius/report/dsl/post_processors.rb', line 16

def post_processors
  @post_processors ||= []
end