Skip to content

Instantly share code, notes, and snippets.

View Gaelan's full-sized avatar
🏳️‍⚧️

Gaelan Steele Gaelan

🏳️‍⚧️
View GitHub Profile
@Gaelan
Gaelan / foo.rb
Created September 16, 2013 23:14
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