Module: AllPlayers::Configuration
- Included in:
- AllPlayers
- Defined in:
- lib/allplayers/configuration.rb
Instance Method Summary collapse
-
#configure {|_self| ... } ⇒ Object
Convenience method to allow configuration options to be set in a block.
Instance Method Details
#configure {|_self| ... } ⇒ Object
Convenience method to allow configuration options to be set in a block
4 5 6 |
# File 'lib/allplayers/configuration.rb', line 4 def configure yield self end |