diff options
-rw-r--r-- | lib/prime.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -473,7 +473,7 @@ class Prime end end - # Provides a +Prime+ object with compatibility to Ruby 1.8 when instanciated via +Prime+.+new+. module OldCompatibility # Returns the next prime number and forwards internal pointer. def succ |