method

new

ruby latest stable - Class: Prime::PseudoPrimeGenerator
new(ubound = nil)
public

No documentation available.

# File lib/prime.rb, line 234
    def initialize(ubound = nil)
      @ubound = ubound
    end