class Object
Public Instance Methods
until_with_max_attempts(*args, &block)
click to toggle source
# File lib/nifty/utils/extensions/object.rb, line 5 def until_with_max_attempts(*args, &block) Nifty::Utils::UntilWithMaxAttempts.until(*args, &block) end