tkxxs 0.1.0 → 0.1.1
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 +8 -8
- data/lib/tkxxs/version.rb +1 -1
- data/samples/big_example.rb +2 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZjhkMTczM2I5YzdkZTkwZTQ0NGRlZDI2NGZhNDM1ZGZhYTEwZWQzNA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MDVlYWM1NWE4YTE2MTY4YTVkODNkZjBhZmFiMGIxOGNhZWI0YjU3MA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MzU2ODQ0OTcwZjQwZTE5YTljNmE2N2JiM2M4NDc5MGQxODljMzMxMmI2Yjdk
|
|
10
|
+
MWE1ZDkxYWY5ZjE2NWU4OWMzYjJkYWZhNTI5MTVlNDYzYjkyMjc1NTViNmZk
|
|
11
|
+
NjZjNGEwZmZjMjc2ZWFjMWY3OWVlNjczNDk4ZjMxNTc2OWQ5YWY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDI1MmQyY2E5ZjJhNGRiYTM1Zjk4ZmM4MzE0ODI3Zjg4YzI0Mjg1OWUxM2Ew
|
|
14
|
+
NGEwMzkxN2EzZWI2OWZhNTBkNzZhOTE2YjIyZWZhNzNiYTkyZTA1NzQwZDVi
|
|
15
|
+
NThjYjE0OGE1ZDk4NzFiMjRhYmY1NDlmNWM2MTRlZWJlNzA5YWY=
|
data/lib/tkxxs/version.rb
CHANGED
data/samples/big_example.rb
CHANGED
|
@@ -29,10 +29,9 @@ class MyTinyUI
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
def explain_puts( )
|
|
32
|
-
@outW.puts "'puts'
|
|
32
|
+
@outW.puts "'puts' writes to the Output Window."
|
|
33
33
|
|
|
34
|
-
|
|
35
|
-
@outW.puts_h2 "@outW.puts_h2 schreibt formatierte �berschriften ins OutW."
|
|
34
|
+
@outW.puts_h2 "@outW.puts_h2 writes formated text to the Output Window"
|
|
36
35
|
|
|
37
36
|
@outW.puts "Other formatings can be implemented."
|
|
38
37
|
puts
|