new_operators 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module NewOperators
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/new_operators.rb CHANGED
@@ -8,7 +8,7 @@ module NewOperators
8
8
  x.times do
9
9
  product = product * self
10
10
  end
11
- return "#{self}^#{x} = #{product}"
11
+ return product
12
12
  end
13
13
 
14
14
  module ClassMethods
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.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Charlie McElfresh