Class: Ribbit::Adapters::None
- Defined in:
- lib/ribbit/adapters/none.rb
Instance Attribute Summary
Attributes inherited from Adapter
Instance Method Summary collapse
-
#activate! ⇒ Object
This should perform the steps to integrate hoptoad catching into the framework.
-
#logger ⇒ Object
This should provide something that implements the logger interface.
Methods inherited from Adapter
Constructor Details
This class inherits a constructor from Ribbit::Adapters::Adapter
Instance Method Details
#activate! ⇒ Object
This should perform the steps to integrate hoptoad catching into the framework
13 14 15 |
# File 'lib/ribbit/adapters/none.rb', line 13 def activate! end |
#logger ⇒ Object
This should provide something that implements the logger interface
8 9 10 |
# File 'lib/ribbit/adapters/none.rb', line 8 def logger @logger ||= Logger.new(STDOUT) end |