module O3o

Constants

VERSION

Public Class Methods

available() click to toggle source
# File lib/o3o.rb, line 9
def self.available
  Store.list[:available]
end
fetch(type) click to toggle source
# File lib/o3o.rb, line 5
def self.fetch(type)
  Store.list[type].sample if Store.list.has_key?(type)
end