Module: O3o
- Defined in:
- lib/o3o.rb,
lib/o3o/cli.rb,
lib/o3o/store.rb,
lib/o3o/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
Class Method Details
.available ⇒ Object
9 10 11 |
# File 'lib/o3o.rb', line 9 def self.available Store.list[:available] end |
.fetch(type) ⇒ Object
5 6 7 |
# File 'lib/o3o.rb', line 5 def self.fetch(type) Store.list[type].sample if Store.list.has_key?(type) end |