Class: TrueClass

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

Overview

Ruby true class

Instance Method Summary collapse

Instance Method Details

#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