diff options
| author | elijah <elijah@riseup.net> | 2014-11-24 22:45:27 -0800 |
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2014-11-24 22:45:27 -0800 |
| commit | b839376a507e37a048ea2df53127ed0884310f60 (patch) | |
| tree | 68ba30a77c51a3ee1a2c9ddd7187e6743cff08f1 /lib/core_ext/nil.rb | |
| parent | 8450768268c2bdf82cd6d6bfa9972c70bc5cdcac (diff) | |
| download | leap_cli-develop.tar.gz leap_cli-develop.tar.bz2 | |
moved core_ext and lib_ext under leap_clidevelop
Diffstat (limited to 'lib/core_ext/nil.rb')
| -rw-r--r-- | lib/core_ext/nil.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/core_ext/nil.rb b/lib/core_ext/nil.rb deleted file mode 100644 index 05ca98f..0000000 --- a/lib/core_ext/nil.rb +++ /dev/null @@ -1,5 +0,0 @@ -class NilClass - def any? - false - end -end
\ No newline at end of file |
