method
new
v2_2_9 -
Show latest stable
- Class:
Prime::PseudoPrimeGenerator
new(ubound = nil)public
No documentation available.
# File lib/prime.rb, line 243
def initialize(ubound = nil)
@ubound = ubound
end new(ubound = nil)No documentation available.
# File lib/prime.rb, line 243
def initialize(ubound = nil)
@ubound = ubound
end