# File library_solution.rb, line 84 def has?(isbn) return !get_avail(isbn, :isbn, 0).root.elements['t'].attributes.get_attribute("rn").nil? end