17 18 19 20 21
# File 'lib/cript/hidr.rb', line 17 def build(type) if CHARS.has_key?(type) new(b0: CHARS[type].first, b1: CHARS[type].last) end end