The document discusses Ruby and Cocoa development on OSX. It provides an overview of Cocoa and its core components like Core Foundation, AppKit, and Core Audio/Video. It also discusses how to use Ruby with Cocoa via Objective-C bindings and the Cocoa frameworks. It provides code examples for interacting with Cocoa objects from Ruby and controlling applications like iTunes and Terminal via Scripting Bridge. It also covers using Grand Central Dispatch for asynchronous and parallel programming in Ruby.