# File lib/backports/1.9.1/stdlib/prime.rb, line 40
  def Integer.each_prime(ubound, &block) # :yields: prime
    Prime.each(ubound, &block)
  end