nil?()
Instance Public methods
call_seq:
nil.nil? -> true <anything_else>.nil? -> false
Only the object nil responds true
to
nil?
.
call_seq:
nil.nil? -> true <anything_else>.nil? -> false
Only the object nil responds true
to
nil?
.
Please login to continue.