Module: RandomGem

Defined in:
lib/random_gem.rb,
lib/random_gem/cli.rb,
lib/random_gem/request.rb,
lib/random_gem/version.rb,
lib/random_gem/randomizer.rb

Defined Under Namespace

Classes: CLI, Error, Randomizer, Request

Constant Summary collapse

VERSION =
"0.1.1"

Class Method Summary collapse

Class Method Details

.pickObject



13
14
15
16
17
# File 'lib/random_gem.rb', line 13

def self.pick
  Randomizer.new.perform
rescue Randomizer::Error
  raise Error.new
end