larrytheliquid / methodical
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Larry Diehl (author)
Sat Jul 12 07:09:26 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.rdoc | ||
| |
lib/ | ||
| |
spec/ |
README.rdoc
Methodical
Ever wanted Ruby to have mandator parentheses for method calls… and have those method calls actually use brackets instead of parentheses? Probably not, but here’s how to do it.
Call w/o brackets and get back a "pointer" to the method that you can still call, just like Python!

