Method: Tenon.configure

Defined in:
lib/tenon.rb

.configure {|config| ... } ⇒ Object

Yields:



22
23
24
25
# File 'lib/tenon.rb', line 22

def self.configure
  self.config ||= Configuration.new
  yield config
end