Skip to content

Commit

Permalink
Added a delete example for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Bunsch committed Feb 6, 2010
1 parent 1bf3844 commit eb3c182
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rdoc
Expand Up @@ -82,6 +82,9 @@ When you open up a Things window, you'll notice that the name has changed.

To delete a todo, simply call the delete method. The Todo will bo moved to Trash.

todo = Things::Todo.find('Take out the garbage') # => #<Things::Todo:0x115dd84>
todo.delete

= Roadmap

Currently Todos are fully supported, which is the core functionality of Todos, but leaves a lot of room for improvement. The first step is to create a unified API for handling AppleScript objects which behave in a similar way.
Expand Down

0 comments on commit eb3c182

Please sign in to comment.