module Enumerable

Public Instance Methods

defer_exceptions() click to toggle source
# File lib/deferred_exception.rb, line 6
def defer_exceptions
  DeferredException::Enumerator.new(self)
end