Module: CF

Extended by:
FFI::Library
Defined in:
lib/corefoundation/base.rb,
lib/corefoundation/data.rb,
lib/corefoundation/date.rb,
lib/corefoundation/null.rb,
lib/corefoundation/array.rb,
lib/corefoundation/number.rb,
lib/corefoundation/string.rb,
lib/corefoundation/boolean.rb,
lib/corefoundation/version.rb,
lib/corefoundation/dictionary.rb

Overview

The top level namespace for the corefoundation library. The raw FFI generated methods are attached here

Defined Under Namespace

Classes: Array, ArrayCallbacks, Base, Boolean, Data, Date, Dictionary, DictionaryKeyCallbacks, DictionaryValueCallbacks, Null, Number, Range, String

Constant Summary collapse

NULL =

The singleton CFNull instance

Null.new(CF.kCFNull)
VERSION =

The current version string

"0.2.1"