Method: Peerindex::Configuration#configure

Defined in:
lib/peerindex/configuration.rb

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

Convenience method to allow configuration options to be set in a block

Yields:

  • (_self)

Yield Parameters:



56
57
58
# File 'lib/peerindex/configuration.rb', line 56

def configure
  yield self
end