класс TrueClass
Публичные методы экземпляров
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 86 def blank? false end
true не пустой:
true.blank? # => false
@return [false]
# File activesupport/lib/active_support/core_ext/object/to_query.rb, line 27 def to_param self end
Возвращает self.
© 2004–2021 David Heinemeier Hansson
Licensed under the MIT License.