This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# update: wow, Proc.new's aren't needed for passed blocks - they're procs already! | |
# One day I caught myself writing this: | |
toggle_method | |
some_method | |
toggle_method | |
# and then I needed to conditionally run the toggle method so I did this: |