coryodaniel / methopara forked from genki/methopara
- Source
- Commits
- Network (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Cory ODaniel (author)
Sat Jun 06 12:24:07 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
ChangeLog | ||
| |
README | Tue Feb 10 17:53:01 -0800 2009 | |
| |
Rakefile | ||
| |
ext/ | Wed Feb 11 06:36:21 -0800 2009 | |
| |
lib/ | Tue Feb 10 04:50:17 -0800 2009 | |
| |
methopara.gemspec |
README
methopara is stands for METHOd PARAmeters. INSTALL: sudo gem install methopara --source http://merbi.st REQUIREMENT: Ruby-1.9.1 only. USAGE: >> require "rubygems" >> require "methopara" >> def foo(a,b=nil,&c) end >> method(:foo).parameters => [[:req, :a], [:opt, :b], [:block, :c]]

