method

each

v1_8_6_287 - Show latest stable - Class: Prime
each()
public

No documentation available.

# File lib/mathn.rb, line 102
  def each
    loop do
      yield succ
    end
  end