Module: RSpectacles
- Defined in:
- lib/rspectacles/app.rb,
lib/rspectacles/config.rb,
lib/rspectacles/version.rb,
lib/rspectacles/formatter/redis.rb,
lib/rspectacles/adapter/redis_logger.rb,
lib/rspectacles/formatter/legacy/redis.rb
Defined Under Namespace
Modules: Adapter, Formatter Classes: App, Config
Constant Summary collapse
- VERSION =
'0.1.2'
Class Method Summary collapse
Class Method Details
.config {|configuration| ... } ⇒ Object
37 38 39 40 |
# File 'lib/rspectacles/config.rb', line 37 def self.config yield configuration if block_given? configuration end |