lib/take2.rb in take2-0.1.0 vs lib/take2.rb in take2-0.1.1
- old
+ new
@@ -81,9 +81,11 @@
end
raise e
end
end
+ alias_method :with_retry, :call_api_with_retry
+
# Sets number of retries.
#
# Example:
# class PizzaService
# include Take2