Method: TrueClass#to_cf
- Defined in:
- lib/corefoundation/extensions.rb
#to_cf ⇒ CF::Boolean
Returns a CF::Boolean object representing true
32 33 34 |
# File 'lib/corefoundation/extensions.rb', line 32 def to_cf CF::Boolean::TRUE end |