blank? and nil?

What is the difference:

@Table.blank? and @Table.nil?

Luiz Vitor Martinez Cardoso wrote:

What is the difference:

@Table.blank? and @Table.nil?

-- Regards, Luiz Vitor Martinez Cardoso [Grabber]. (11) 8187-8662

rubz.org - engineer student at maua.br

nil? checks only if its nil and blank checks if its an empty string or nil ...

Thanks!