# File lib/barby/barcode/bookland.rb, line 15 def initialize(isbn) self.isbn = isbn raise ArgumentError, 'data not valid' unless valid? end