class ISBN::IsValid
- ISBN::IsValid
- Reference
- Object
Defined in:
crisbn/valid.crConstructors
Class Method Summary
-
.valid_isbn_10(isbn : String)
There's probably a more elegant way to do the defs below Return false if numbers aren't correct
- .valid_isbn_13(isbn : String)
Constructor Detail
Class Method Detail
def self.valid_isbn_10(isbn : String)
#
There's probably a more elegant way to do the defs below Return false if numbers aren't correct