Method: Iching#hex

Defined in:
lib/iching.rb

#hexObject



5
6
7
# File 'lib/iching.rb', line 5

def hex
  @hex ||= 6.times.map{ Random.new.rand(6..9) }.reverse
end