Skip to content

Instantly share code, notes, and snippets.

@sarahhodne
Created January 14, 2012 19:23
Show Gist options
  • Save sarahhodne/1612587 to your computer and use it in GitHub Desktop.
Save sarahhodne/1612587 to your computer and use it in GitHub Desktop.
class SomeClass
# Some method that does some magic.
#
# @overload foo(args)
# @param [Array] args Bluh bluh bluh.
# @overload foo(*args)
# @param [Array] *args Bluh bluh bluh.
def foo(*args)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment