Module: Daisougen
- Defined in:
- lib/daisougen.rb,
lib/daisougen/cli.rb,
lib/daisougen/item.rb,
lib/daisougen/version.rb
Defined Under Namespace
Constant Summary collapse
- ITEMS =
[ Item.new("大", ":dai:"), Item.new("草", ":sou:"), Item.new("原", ":gen:") ].freeze
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.gacha ⇒ Object
10 11 12 |
# File 'lib/daisougen.rb', line 10 def self.gacha ITEMS.repeated_combination(3).to_a.sample end |