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