Method: BitClust::NameUtils.typechar2name
- Defined in:
- lib/bitclust/nameutils.rb
.typechar2name(char) ⇒ Object
177 178 179 180 |
# File 'lib/bitclust/nameutils.rb', line 177 def typechar2name(char) CHAR_TO_NAME[char] or raise "must not happen: #{char.inspect}" end |