larrytheliquid / methodical

"Think before you call methods"

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file README.rdoc
directory lib/
directory 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!