Skip to content

Commit

Permalink
* Added default values to README To-Do.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Hollensbe committed May 3, 2010
1 parent 17a494b commit ab1a6a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README
Expand Up @@ -139,6 +139,7 @@ consequences.
(e.g., "def foo(&block)"). Proc can be used now, but it's
not very "rubyish" syntax for the user.
* Better handling in Modules (def self.meth(...))
* Default values

=== THANKS
--------
Expand Down
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -62,3 +62,7 @@ task :build => [:gem, :repackage]
task :distclean => [:clobber_package, :clobber_rdoc]
desc "Clean the source tree"
task :clean => [:distclean]

task :to_blog => [:clobber_rdoc, :rdoc] do
sh "rm -r $git/blog/content/docs/methlab && mv rdoc $git/blog/content/docs/methlab"
end

0 comments on commit ab1a6a5

Please sign in to comment.