-
-
Save fcarrega/f1204f1f633ddfdec009 to your computer and use it in GitHub Desktop.
RDoc comment template
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
# 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