Method: Qa.config
- Defined in:
- lib/qa.rb
.config {|Qa::Configuration| ... } ⇒ Qa::Configuration
Exposes the Questioning Authority configuration
20 21 22 23 24 25 26 |
# File 'lib/qa.rb', line 20 def self.config(&block) @config ||= Qa::Configuration.new yield @config if block @config end |