# File lib/backports/1.8.7/kernel.rb, line 29 def loop_with_stop_iteration(&block) loop_without_stop_iteration(&block) rescue StopIteration # ignore silently end