This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
new()
public
obsolete. Use Prime::instance or class methods of Prime.
# File lib/prime.rb, line 96
def initialize
@generator = EratosthenesGenerator.new
extend OldCompatibility
warn "Prime::new is obsolete. use Prime::instance or class methods of Prime."
end