Class FalseClass
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 FalseClass is immutable it cannot be duplicated. For this reason try_dup returns self.

  false.dup!  #=> false

[Validate]