powerstar 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/powerstar/version.rb +1 -1
- data/lib/powerstar.rb +7 -7
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d71841a687794375173fa75f2d8a91c16758e88e1a596dfc128bc3e9d4afb65
|
4
|
+
data.tar.gz: e0f2f9f1db9826739e4e39db30625dc8cd85468314253911e4ff2920dd6f6c16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17117ebbec4e429005897ee5af7bc4a3884b1dbf86a4000b67fab5cbd7b1f111b53fcdad727814ff62eb96ff8fc9aadda8cbbd384b2d2afe3978f34671ba3fa7
|
7
|
+
data.tar.gz: c09647882416944415876a64d0f63e7350f5e69eb9fd7c5df895c5ee01cde64424436c5e040a1d5ffe7dc6527d7a061314ed806aaa606f7ce83ff6b9d6af5f44
|
data/lib/powerstar/version.rb
CHANGED
data/lib/powerstar.rb
CHANGED
@@ -12,12 +12,12 @@ module Powerstar
|
|
12
12
|
# puts "ganesh method is executing"
|
13
13
|
# end
|
14
14
|
# end
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
15
|
+
class Ganesh1
|
16
|
+
def self.ganesh
|
17
|
+
puts "ganesh"
|
18
|
+
end
|
19
|
+
def self.root(a,b)
|
20
|
+
return a*b
|
21
|
+
end
|
22
22
|
# end
|
23
23
|
end
|