Method: BitClust::NameUtils.typechar?

Defined in:
lib/bitclust/nameutils.rb

.typechar?(c) ⇒ Boolean

Returns:

  • (Boolean)


168
169
170
# File 'lib/bitclust/nameutils.rb', line 168

def typechar?(c)
  CHAR_TO_NAME.key?(c)
end