RubyCocoa : FrameworkDocumentation

Provided with the RubyCocoa binary distribution, starting from 0.11, is the HTML and ri documentation created by BridgeDoc.

What does this mean?
It means that you have access to the latest reference documentation from Apple (07-05-2007) about the Frameworks that RubyCocoa supports, with a twist. The methods and their documentation have been parsed and manipulated to look like the syntax used on the Ruby side of RubyCocoa.

Okay, how can I access it?
There are two ways you can get to the documentation, namely:


Final note
There can still be bugs in the parsing of the original documentation which can lead to weird characters showing up. Like HTML entities etc. If you spot any of them or any other error please do drop us a message. See GettingSupport for details.

TODO
def setFoo(arg)
  ...
end
# The bridge will add a setter method like this:
def foo=(arg)
  ...
end
© 2001-2007 The RubyCocoa Project. Powered by Wikka Wakka Wiki 1.1.6.3
SourceForge.net Logo
Page was generated in 0.0541 seconds