TrueClass (original) (raw)
Methods
B
T
Instance Public methods
blank?()Link
true
is not blank:
true.blank? # => false
@return [false]
File activesupport/lib/active_support/core_ext/object/blank.rb, line 86
def blank? false end
to_param()Link
Returns self
.
File activesupport/lib/active_support/core_ext/object/to_query.rb, line 27
def to_param self end