On a related note, editing the BridgeSupport file for DictionaryServices also
solved my problems when dealing with Boxed objects. The following code (by
Craig):
framework
'/System/Library/Frameworks/CoreServices.framework/Frameworks/DictionaryServices.framework'
word = 'History'
word_l
I'd like to use Dictionary Services
(http://developer.apple.com/mac/library/documentation/UserExperience/Reference/DictionaryServicesRef)
to look up definitions in a MacRuby app, but am having a hard time figuring
out exactly what I need to require in order to access its functions, as
framework