Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
ermaker committed Aug 10, 2016
1 parent 02dfd2a commit 012cdee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cool/retriable.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module Cool
# Retriable
module Retriable
def retry_(new_method, on: StandardError, times: 3, &condition) # rubocop:disable Metrics/MethodLength, Metrics/LineLength
condition ||= ->(*) { false }
Expand Down

0 comments on commit 012cdee

Please sign in to comment.