transparent_nil 0.1.10 → 0.1.11
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +6 -7
- data/version.rb +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -2,12 +2,6 @@
|
|
2
2
|
= Transparent Nil
|
3
3
|
http://bklippstein.github.com/transparent_nil/frames.html
|
4
4
|
|
5
|
-
* *Documentation*: {http://bklippstein.github.com/transparent_nil/frames.html github.com/transparent_nil}
|
6
|
-
* *Source* *code*: {https://github.com/bklippstein/transparent_nil github.com/bklippstein/transparent_nil}
|
7
|
-
* *License*: {http://creativecommons.org/licenses/by-sa/3.0/de/deed.en cc-by-sa Creative Commons Attribution-Share Alike 3.0 Germany}
|
8
|
-
* *Autor*: {mailto:klippstein@klippstein.com Björn Klippstein}
|
9
|
-
|
10
|
-
== Summary
|
11
5
|
nil values can be quite annoying. Although it is a nice error indicator but you're source code
|
12
6
|
gets ugly with too many conditional statements that handle the nil case.
|
13
7
|
|
@@ -43,7 +37,12 @@ The Kyanite gem extends the usage of nil.
|
|
43
37
|
== Usage
|
44
38
|
require 'transparent_nil'
|
45
39
|
|
46
|
-
|
40
|
+
|
41
|
+
== More Info
|
42
|
+
* *Documentation*: {http://bklippstein.github.com/transparent_nil/frames.html github.com/transparent_nil}
|
43
|
+
* *Source* *code*: {https://github.com/bklippstein/transparent_nil github.com/bklippstein/transparent_nil}
|
44
|
+
* *License*: {http://creativecommons.org/licenses/by-sa/3.0/de/deed.en cc-by-sa Creative Commons Attribution-Share Alike 3.0 Germany}
|
45
|
+
* *Autor*: {mailto:klippstein@klippstein.com Björn Klippstein}
|
47
46
|
|
48
47
|
|
49
48
|
== Disclaimer
|
data/version.rb
CHANGED