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