Sha256: a9a7b84e0096b93c25bdc02e26d95f65ddb33afb8864c2fcd6711ee7dbdd2ffd

Contents?: true

Size: 252 Bytes

Versions: 2

Compression:

Stored size: 252 Bytes

Contents

The NilClass is the class that houses the singleton
object 'nil'. The NilClass is Ruby's version of null
which can be found in other languages such as Java or C.
Everything is an object in Ruby, so even 'nil' has
methods that it can take advantage of.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubytutor-0.1.1 lib/descriptions/NilClass.txt
rubytutor-0.1.0 lib/descriptions/NilClass.txt