mf
mf copied to clipboard
Mf - Modifier functions
Results
2
mf issues
Sort by
recently updated
recently updated
newest added
This looks similar to [its-it](https://github.com/ronen/its-it) (which in turn was inspired by [methodphitamine](https://github.com/jicksta/methodphitamine)) e.g.: ```ruby (1..6).select(&it > 3) #=> [4, 5, 6] ``` It'd be interesting to know if there are...
It is possible to use method_missing, saving you to define the most operators by hand...