Remove debugging and fix test. Rubocop run

This commit is contained in:
Dan Milne
2020-04-22 14:12:39 +10:00
parent 4d91ad81cf
commit 20d670d6e9
6 changed files with 43 additions and 124 deletions

View File

@@ -6,9 +6,7 @@ require 'openlib/book'
module Openlib
ID_KINDS = %i[isbn oclc lccn olid].freeze
class Error < StandardError; end
# Your code goes here...
end