i know there some object has nil? method,i want to know is there some method with nil!?
A:
There is a similar answered post here: a-concise-explanation-of-nil-v-empty-v-blank-in-ruby-on-rails
Summarizing:
If you are using rails (not just ruby) there are three methods in your toolkit: .nil?, .empty? and .blank?
Follow the link to see the good description
Jonathan
2010-10-29 13:18:51