Module: AllPlayers::Configuration

Included in:
AllPlayers
Defined in:
lib/allplayers/configuration.rb

Instance Method Summary collapse

Instance Method Details

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

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

Yields:

  • (_self)

Yield Parameters:



4
5
6
# File 'lib/allplayers/configuration.rb', line 4

def configure
  yield self
end