Class: FalseClass
Instance Attribute Summary
-
#blank? ⇒ true
readonly
false
is blank:
Instance Method Summary
-
#to_param
Returns
self
.
Instance Attribute Details
#blank? ⇒ true
(readonly)
false
is blank:
false.blank? # => true
# File 'activesupport/lib/active_support/core_ext/object/blank.rb', line 65
def blank? true end
Instance Method Details
#to_param
Returns self
.
# File 'activesupport/lib/active_support/core_ext/object/to_query.rb', line 32
def to_param self end