Method: Rubypress::XMLRPCRetryable#call_with_retry
- Defined in:
- lib/rubypress/xml_rpc_retryable.rb
#call_with_retry(method, *args) ⇒ Object
17 18 19 20 21 |
# File 'lib/rubypress/xml_rpc_retryable.rb', line 17 def call_with_retry(method, *args) retryable on: RUBY_EXCEPTIONS do call_without_retry(method, *args) end end |