Skip to content

Instantly share code, notes, and snippets.

@prdetective
Created April 7, 2014 14:11
Show Gist options
  • Save prdetective/10021051 to your computer and use it in GitHub Desktop.
Save prdetective/10021051 to your computer and use it in GitHub Desktop.
Yard doc template
# Делает очень важные вещи
# @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