uhide 0.0.4 โ 0.0.5
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.
- checksums.yaml +4 -4
- data/bin/uhide +2 -2
- data/lib/uhide.rb +14 -11
- 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: bc805215be7d6bdac96e5c0d4f04c4c483babbda1e7185590e53f61508403f6f
|
|
4
|
+
data.tar.gz: 33a00714bebe27902a6794190b834d889c7b9714d0f7005bc7902176bd3df064
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 253254594deacbf7235de85e66ba965d0a3ade82978713fad9b581b5849545e0f41c827932c87fb82c485f05300cf76f3f347e6b344b4a3b60001276f055bbe7
|
|
7
|
+
data.tar.gz: bdb9e7e4876968a6e2e1fdc8e01716fc52543737018885ed15207ef3bacae503c5ba488e09a9fbcbc658d8b3a90fca79dbbdc903c341097847b5442bedcc9e36
|
data/bin/uhide
CHANGED
data/lib/uhide.rb
CHANGED
|
@@ -137,17 +137,20 @@ def ๐๏ธ ๐๏ธ, ๐, โ๏ธ: false
|
|
|
137
137
|
return $cache[๐๏ธ] = ๐
|
|
138
138
|
end
|
|
139
139
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
140
|
+
def uhide()
|
|
141
|
+
begin
|
|
142
|
+
โ $๐
|
|
143
|
+
|
|
144
|
+
๐พ
|
|
145
|
+
|
|
146
|
+
loop do
|
|
147
|
+
print โ
|
|
148
|
+
๐ค(๐งผ gets)
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
rescue SystemExit, Interrupt
|
|
152
|
+
๐ฝ
|
|
153
|
+
exit!
|
|
148
154
|
end
|
|
149
155
|
|
|
150
|
-
rescue SystemExit, Interrupt
|
|
151
|
-
๐ฝ
|
|
152
|
-
exit!
|
|
153
156
|
end
|