new_operators 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,4 @@
1
- module NewOperators
2
-
1
+ class Fixnum
3
2
  def +(x)
4
3
  product = x
5
4
  x.times do
@@ -7,11 +6,4 @@ module NewOperators
7
6
  end
8
7
  return product
9
8
  end
10
-
11
- end
12
-
13
- class Fixnum
14
- include NewOperators
15
9
  end
16
-
17
- p 3^3
@@ -1,3 +1,3 @@
1
1
  module NewOperators
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: new_operators
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Charlie McElfresh