Module: Washcloth::Internal

Defined in:
lib/washcloth.rb

Class Method Summary collapse

Class Method Details

.configurationObject



70
71
72
# File 'lib/washcloth.rb', line 70

def configuration
  @configuration ||= Configuration.new
end

.resetObject



74
75
76
# File 'lib/washcloth.rb', line 74

def reset
  @configuration = nil
end