# File lib/facets/core/facets/kernel/blank.rb, line 50 def blank? true end
# File lib/facets/core/facets/object/dup.rb, line 45 def clone? ; false ; end
Since FalseClass is immutable it cannot be duplicated. For this reason try_dup returns self.
false.dup! #=> false
# File lib/facets/core/facets/object/dup.rb, line 43 def dup! ; self ; end
Generated with the Darkfish Rdoc Generator 2.