Method: Closync.configure

Defined in:
lib/closync.rb

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

Yields:



17
18
19
20
# File 'lib/closync.rb', line 17

def configure(&proc)
  @config ||= Config.new
  yield @config
end