Class: Dato::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/dato/config.rb

Class Method Summary collapse

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Dato::Config)

    the object that the method was called on



14
15
16
# File 'lib/dato/config.rb', line 14

def self.configure
  yield self
end