lib/accept_headers/acceptable.rb in accept_headers-0.0.5 vs lib/accept_headers/acceptable.rb in accept_headers-0.0.6

- old
+ new

@@ -34,10 +34,9 @@ raise InvalidQError.new("q must be at most 3 decimal places") end @q = q_float end - private def match(other) raise NotImplementedError.new("#match is not implemented") end end end