Skip to content

Instantly share code, notes, and snippets.

@fcarrega

fcarrega/RDoc.rb Secret

Last active August 29, 2015 14:05
Show Gist options
  • Save fcarrega/f1204f1f633ddfdec009 to your computer and use it in GitHub Desktop.
Save fcarrega/f1204f1f633ddfdec009 to your computer and use it in GitHub Desktop.
RDoc comment template
# Public / Internal / Deprecated: Method description.
#
# param1 - The String to be duplicated.
# param2 - The Integer number of times to duplicate the text.
#
# Examples
#
# method_name(param1, param2)
# # => result
#
# Returns something.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment