Module: Crease
- Defined in:
- lib/crease.rb,
lib/crease/builder.rb,
lib/crease/version.rb,
lib/crease/text_helpers.rb,
lib/crease/configuration.rb
Defined Under Namespace
Modules: TextHelpers
Classes: Builder, Configuration
Constant Summary
collapse
- VERSION =
"0.1.2"
Class Method Summary
collapse
Class Method Details
.configuration ⇒ Object
3
4
5
|
# File 'lib/crease/configuration.rb', line 3
def self.configuration
@config ||= Configuration.new
end
|
7
8
9
10
|
# File 'lib/crease/configuration.rb', line 7
def self.configure
self.configuration ||= Configuration.new
yield(configuration)
end
|