Created
April 7, 2014 14:11
-
-
Save prdetective/10021051 to your computer and use it in GitHub Desktop.
Yard doc 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
# Делает очень важные вещи | |
# @param parameter [String] важная строчка | |
# @note Комментарий (вызывает при нажатии на...) | |
# @example | |
# method('str') | |
# @return [Boolean] удалось ли сделать важные вещи | |
# @see ClassRef | |
def method | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment