Module: Dynopoker
- Defined in:
- lib/dynopoker.rb,
lib/dynopoker/version.rb
Defined Under Namespace
Classes: Poker
Constant Summary collapse
- VERSION =
"1.2.1"
Class Method Summary collapse
Class Method Details
.configure ⇒ Object
6 7 8 |
# File 'lib/dynopoker.rb', line 6 def self.configure Poker.new.tap { |p| yield p }.start! end |