Method: TrueClass#to_cf

Defined in:
lib/corefoundation/extensions.rb

#to_cfCF::Boolean

Returns a CF::Boolean object representing true

Returns:



32
33
34
# File 'lib/corefoundation/extensions.rb', line 32

def to_cf
  CF::Boolean::TRUE
end