2 3 4
# File 'lib/push_type/core_ext/to_bool.rb', line 2 def to_bool self.blank? || self.match(/^(false|no|0)$/i) ? false : true end