Class: FalseClass

Inherits:
Object
  • Object
show all
Defined in:
lib/corefoundation/extensions.rb

Overview

Ruby false class

Instance Method Summary collapse

Instance Method Details

#to_cfCF::Boolean

Returns a CF::Boolean object representing false

Returns:



41
42
43
# File 'lib/corefoundation/extensions.rb', line 41

def to_cf
  CF::Boolean::FALSE
end