Method: Influxer.configure

Defined in:
lib/influxer.rb

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

Yields:



27
28
29
# File 'lib/influxer.rb', line 27

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