KA-CHING 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/KA_CHING.rb +10 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 7f6976f8e5e1167f821068438c156e1da893d6b6934e9f18ceaefbee472e6231
4
+ data.tar.gz: f85fdffe4eb18295df0746d18054271c73a9c8eb384440882a628420758358a2
5
+ SHA512:
6
+ metadata.gz: 150b212b157e9da85db43a7664cc7a4dd8c3111fc148cb168292ca13c3b5aae4bb9087996c9170efb6974a72b5dc738932619af9bd001a2ef8c6d10c1fa4b267
7
+ data.tar.gz: 9a7d648265514d29ebe5260699fe80c19fd1c8d0039e84b9437d3654e27422e995eb73a0b43c7d837266a4b04d5fa6b18a741cfca4f47554c175a21631b12356
data/lib/KA_CHING.rb ADDED
@@ -0,0 +1,10 @@
1
+ module KA_CHING
2
+ def self.this(string)
3
+ string.gsub!("s", "$").gsub!("S","$")
4
+ end
5
+
6
+ def self.say(string)
7
+ new = string.gsub("s", "$").gsub("S","$")
8
+ puts new
9
+ end
10
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: KA-CHING
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.9
5
+ platform: ruby
6
+ authors:
7
+ - Stephen Argentina
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-12-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Takes a string a makes turns that string into caSh money!
14
+ email: stephena9871@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/KA_CHING.rb
20
+ homepage: http://rubygems.org/gems/ka-ching
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.7.8
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: "$$$"
44
+ test_files: []