lib/conv.rb in
conv-0.0.1
vs lib/conv.rb in
conv-0.0.2
- old
+ new
@@ -1,5 +1,2 @@
-class Array
- def rand
- self[ (Kernel::rand(self.size)) ]
- end
-end
+require 'array'
+require 'loop'