Class TrueClass
In: lib/core/facets/boolean.rb
lib/core/facets/kernel/blank.rb
lib/core/facets/object/dup.rb
Parent: Object

Methods

blank?   clone?   dup!   dup?   to_bool  

Public Instance methods

Since TrueClass is immutable it cannot be duplicated. For this reason try_dup returns self.

  true.dup!  #=> true

[Validate]