Module: Mithril
- Defined in:
- lib/mithril/mixin.rb,
lib/mithril.rb,
lib/mithril/parsers.rb,
lib/mithril/request.rb,
lib/mithril/version.rb,
lib/mithril/controllers.rb
Overview
lib/mithril/version.rb
Defined Under Namespace
Modules: Controllers, Mixin, Parsers Classes: Request
Constant Summary collapse
- VERSION =
'0.2.0'
Class Method Summary collapse
- .logger ⇒ Object
-
.logger=(logger) ⇒ Object
class accessor logger.
Class Method Details
.logger ⇒ Object
6 7 8 |
# File 'lib/mithril.rb', line 6 def self.logger return @logger ||= Logger.new(STDOUT) end |
.logger=(logger) ⇒ Object
class accessor logger
10 11 12 |
# File 'lib/mithril.rb', line 10 def self.logger=(logger) @logger = logger end |