class Hex2

Public Instance Methods

bin_hex_key() click to toggle source
# File lib/iching.rb, line 46
def bin_hex_key
  { 6 => '1', 7 => '1', 8 => '0', 9 => '0'}
end
hexagram_key() click to toggle source
# File lib/iching.rb, line 50
def hexagram_key
  { 6 => '-----', 7 => '-----', 8 => '-- --', 9 => '-- --'}
end