Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
quix committed Sep 9, 2008
1 parent 398ad5e commit b5fae66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README
Expand Up @@ -117,13 +117,15 @@ Or for the regular (non-gem) .tgz package,

% ruby install.rb [--uninstall]

== Repository
== Links

* http://github.com/quix/comp_tree
* Download: http://rubyforge.org/frs/?group_id=6917
* Rubyforge home: http://rubyforge.org/projects/comptree
* Repository: http://github.com/quix/comp_tree

== Credits
== Author

* Author: James M. Lawrence <quixoticsycophant@gmail.com>
* James M. Lawrence <quixoticsycophant@gmail.com>

== License

Expand Down
2 changes: 1 addition & 1 deletion lib/comp_tree/driver.rb
Expand Up @@ -85,7 +85,7 @@ def initialize(opts = nil)
# driver.define_area :width, :height, :offset, %{
# width*height - offset
# }
# Note the '%' before the brace. The eval form creates a lambda for you.
# (Note the '%' before the brace.)
#
# The raw form:
# driver.define(:area, :width, :height, :offset) { |width, height, offset|
Expand Down

0 comments on commit b5fae66

Please sign in to comment.