tablespace
parent
43de6c1949
commit
9a5f918d76
|
@ -37,7 +37,6 @@ def is_valid_isbn(isbn_code)
|
||||||
else
|
else
|
||||||
pp "isbn10 check key fail"
|
pp "isbn10 check key fail"
|
||||||
end
|
end
|
||||||
|
|
||||||
elsif isbn_code.size ==13
|
elsif isbn_code.size ==13
|
||||||
pp "isbn13"
|
pp "isbn13"
|
||||||
pp "check_digit_isbn13"
|
pp "check_digit_isbn13"
|
||||||
|
@ -64,7 +63,6 @@ def is_valid_isbn(isbn_code)
|
||||||
pp "ko not only number"
|
pp "ko not only number"
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue