Method: AD::Framework.configure

Defined in:
lib/ad-framework.rb

.configureObject



10
11
12
13
14
15
# File 'lib/ad-framework.rb', line 10

def configure
  if block_given?
    yield self.config
  end
  self.config
end