module Omikuji

Constants

FORTUNE
VERSION

Public Class Methods

divine() click to toggle source
# File lib/omikuji.rb, line 6
def divine
  FORTUNE.sample
end

Private Instance Methods

divine() click to toggle source
# File lib/omikuji.rb, line 6
def divine
  FORTUNE.sample
end