Module: Washcloth::Internal
- Defined in:
- lib/washcloth.rb
Class Method Summary collapse
Class Method Details
.configuration ⇒ Object
70 71 72 |
# File 'lib/washcloth.rb', line 70 def configuration @configuration ||= Configuration.new end |
.reset ⇒ Object
74 75 76 |
# File 'lib/washcloth.rb', line 74 def reset @configuration = nil end |