class TrueClass
Public Instance Methods
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 78 def blank? false end
true
is not blank:
true.blank? # => false
@return [false]
# File activesupport/lib/active_support/core_ext/object/to_query.rb, line 27 def to_param self end
Returns self
.
© 2004–2019 David Heinemeier Hansson
Licensed under the MIT License.