Module: Lab42::Nil
Instance Method Summary collapse
Instance Method Details
#deconstruct ⇒ Object
7 |
# File 'lib/lab42/nil.rb', line 7 def deconstruct = [] |
#each ⇒ Object
8 |
# File 'lib/lab42/nil.rb', line 8 def each = self |
#empty? ⇒ Boolean
9 |
# File 'lib/lab42/nil.rb', line 9 def empty? = true |
#length ⇒ Object
10 |
# File 'lib/lab42/nil.rb', line 10 def length = 0 |