class ISBN::IsValid

Defined in:

crisbn/valid.cr

Constructors

Class Method Summary

Constructor Detail

def self.new(isbn : String) #

[View source]

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


[View source]
def self.valid_isbn_13(isbn : String) #

[View source]