Skip to content

Instantly share code, notes, and snippets.

@Gaelan
Created September 16, 2013 23:14
Show Gist options
  • Save Gaelan/6587950 to your computer and use it in GitHub Desktop.
Save Gaelan/6587950 to your computer and use it in GitHub Desktop.
Experimenting with ideas for documentation syntaxes for Ruby.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment