Class: TrueClass
| Relationships & Source Files | |
| Inherits: | Object |
| Defined in: | activesupport/lib/active_support/core_ext/object/json.rb, activesupport/lib/active_support/core_ext/object/blank.rb, activesupport/lib/active_support/core_ext/object/to_query.rb |
Instance Attribute Summary
-
#blank? ⇒ false
readonly
trueis not blank:
Instance Method Summary
-
#to_param
Returns
self.
Instance Attribute Details
#blank? ⇒ false (readonly)
true is not blank:
true.blank? # => false
# File 'activesupport/lib/active_support/core_ext/object/blank.rb', line 78
def blank? false end
Instance Method Details
#to_param
Returns self.
# File 'activesupport/lib/active_support/core_ext/object/to_query.rb', line 27
def to_param self end