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
def do_stuff foo, # Stuff required to the other stuff. You know, the stuff that | |
# this method does. | |
# | |
barbaz # Some other awesome arg. Bet it's used for something! | |
# Insert code here | |
end |
NewerOlder