Method: BitClust::NameUtils.typemark?

Defined in:
lib/bitclust/nameutils.rb

.typemark?(m) ⇒ Boolean

Returns:

  • (Boolean)


192
193
194
# File 'lib/bitclust/nameutils.rb', line 192

def typemark?(m)
  MARK_TO_CHAR.key?(m)
end