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