This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Feb 10 23:14:42 -0800 2009 | |
| |
ChangeLog | Tue Feb 10 04:21:01 -0800 2009 | |
| |
README | Tue Feb 10 17:53:01 -0800 2009 | |
| |
Rakefile | Fri Jun 05 18:14:33 -0700 2009 | |
| |
ext/ | Wed Feb 11 06:36:21 -0800 2009 | |
| |
lib/ | Tue Feb 10 04:50:17 -0800 2009 | |
| |
methopara.gemspec | Fri Jun 05 18:34:45 -0700 2009 |
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]]







