Class: Fourflusher::Config
- Inherits:
-
Object
- Object
- Fourflusher::Config
- Defined in:
- lib/fourflusher/compat.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.instance ⇒ Object
3 4 5 |
# File 'lib/fourflusher/compat.rb', line 3 def self.instance @instance || new end |
Instance Method Details
#verbose? ⇒ Boolean
7 8 9 |
# File 'lib/fourflusher/compat.rb', line 7 def verbose? false end |