Method: Hash#choose_set

Defined in:
lib/fortune.rb

#choose_setObject

:b] => 1, [:c] => 2, … ||

{10 => 1, 15 => 2, ...}


66
67
68
# File 'lib/fortune.rb', line 66

def choose_set
  Fortune::P.n_select(self)
end