lib/alma/fine_set.rb in alma-0.3.1 vs lib/alma/fine_set.rb in alma-0.3.2
- old
+ new
@@ -28,10 +28,10 @@
raise ResponseError.new(message, log)
end
end
def each(&block)
- @results.each(&block)
+ @results.each(&block)
end
def success?
raw_response.response.code.to_s == "200"
end