Method: Hash#choose

Defined in:
lib/fortune.rb

#chooseObject

=> 1, :b => 2, …



60
61
62
# File 'lib/fortune.rb', line 60

def choose
  Fortune::Event.select(self)
end