From 8ce71b616056fd6875d139a94c5577167beea7a4 Mon Sep 17 00:00:00 2001 From: hsbt Date: Sat, 2 Jun 2018 23:05:45 +0000 Subject: Promote Prime library to default gems. * Its upstream is https://github.com/ruby/prime. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/prime.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/prime.rb') diff --git a/lib/prime.rb b/lib/prime.rb index 2cd22da3a8..4fcbff678f 100644 --- a/lib/prime.rb +++ b/lib/prime.rb @@ -95,6 +95,9 @@ end # has many prime factors. e.g. for Prime#prime? . class Prime + + VERSION = "0.1.0" + include Enumerable include Singleton -- cgit v1.2.3