Skip to content

Commit

Permalink
Added more doc about the origin of the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Nov 7, 2008
1 parent d0209c7 commit ddb2856
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
== RubyCocoa prefs

A ruby abstraction for read/write access to the NSUserDefaults of a Cocoa application.
Originally written for a rewrite of the LimeChat preferences code.

LimeChat, the best irc client out there: http://github.com/psychs/limechat/tree/master
My rewrite of the preferences: http://github.com/alloy/limechat/tree/refactor_preferences

There is also a helper class which assists in making an array of strings accessible via
bindings.

=== Example

See the LimeChat source for a real life example.

class Preferences
namespace :keyword do
defaults_accessor :highlight_enabled, false
Expand Down

0 comments on commit ddb2856

Please sign in to comment.