Module: Tenkit
- Defined in:
- lib/tenkit.rb
Defined Under Namespace
Classes: Error
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
Class Method Summary collapse
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
10 11 12 |
# File 'lib/tenkit.rb', line 10 def config @config end |
Class Method Details
.configure {|config| ... } ⇒ Object
13 14 15 16 |
# File 'lib/tenkit.rb', line 13 def self.configure self.config ||= Config.new yield config end |