Class
CodeAnalyzer::Nil
In:
lib/code_analyzer/nil.rb
Parent:
Object
Fake nil.
Methods
array_size
blank?
hash_size
method_missing
present?
to_s
Public Instance methods
array_size
()
array_size
is 0.
blank?
()
true
hash_size
()
hash_size
is 0.
method_missing
(method_sym, *arguments, &block)
return self.
present?
()
false
to_s
()
return self for
to_s
.
[Validate]