Skip to content

Commit

Permalink
#12 check removed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 5, 2024
1 parent 241cee6 commit c9ee46c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/fbe/iterate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def quota_aware
def repeats(repeats)
raise 'Cannot set "repeats" to nil' if repeats.nil?
raise 'The "repeats" must be a positive integer' unless repeats.positive?
raise 'Cannot set "repeats" to larger than 8' if repeats > 8
@repeats = repeats
end

Expand Down

0 comments on commit c9ee46c

Please sign in to comment.