31
# File 'lib/cript/hidr.rb', line 31 def h(m);m.unpack('b*').first.split("").map{|v|v=='0'?@o[:b0]:@o[:b1]}.join;end