Method: BitClust::NameUtils.libname?

Defined in:
lib/bitclust/nameutils.rb

.libname?(str) ⇒ Boolean

Returns:

  • (Boolean)


30
31
32
# File 'lib/bitclust/nameutils.rb', line 30

def libname?(str)
  (/\A#{LIBNAME_RE}\z/o =~ str) ? true : false
end