Method: Fate::Output::Handlers#initialize
- Defined in:
- lib/fate/output.rb
#initialize(service, handlers) ⇒ Handlers
Returns a new instance of Handlers.
6 7 8 9 |
# File 'lib/fate/output.rb', line 6 def initialize(service, handlers) @service = service @handlers = handlers end |