Class: Ribbit::Adapters::None

Inherits:
Adapter
  • Object
show all
Defined in:
lib/ribbit/adapters/none.rb

Instance Attribute Summary

Attributes inherited from Adapter

#configuration

Instance Method Summary collapse

Methods inherited from Adapter

inherited, #initialize

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

#loggerObject

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