Skip to content

Commit

Permalink
Merge pull request #40 from Ana06/dict-bug
Browse files Browse the repository at this point in the history
Add retry? method to Hash to be used in shrinkify
  • Loading branch information
Ana06 committed Aug 15, 2018
2 parents 57f4e64 + be88020 commit b48d985
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/rantly/shrinks.rb
Expand Up @@ -191,4 +191,8 @@ def shrinkable?
self.any?{|_,v| v.respond_to?(:shrinkable?) && v.shrinkable? } ||
!self.empty?
end

def retry?
false
end
end

0 comments on commit b48d985

Please sign in to comment.