1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/prime] v0.1.2

This commit is contained in:
Marc-Andre Lafortune 2020-12-09 00:45:56 -05:00
parent 1866d483dc
commit b603085d2f

View file

@ -169,7 +169,7 @@ end
class Prime
VERSION = "0.1.1"
VERSION = "0.1.2"
include Enumerable
include Singleton