false is blank:
false
false.blank? # => true
@return [true]
Source: show | on GitHub
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 67 def blank? true end
Returns self.
self
# File activesupport/lib/active_support/core_ext/object/to_query.rb, line 34 def to_param self end