Module: RSpectacles
- Defined in:
- lib/rspectacles/app.rb,
lib/rspectacles/config.rb,
lib/rspectacles/version.rb,
lib/rspectacles/adapter/logger.rb,
lib/rspectacles/formatter/base.rb,
lib/rspectacles/formatter/batched.rb,
lib/rspectacles/formatter/legacy/base.rb,
lib/rspectacles/adapter/batched_logger.rb
Defined Under Namespace
Modules: Adapter, Formatter Classes: App, Config
Constant Summary collapse
- VERSION =
'0.3.0'
Class Method Summary collapse
Class Method Details
.config {|configuration| ... } ⇒ Object
47 48 49 50 |
# File 'lib/rspectacles/config.rb', line 47 def self.config yield configuration if block_given? configuration end |