title | category | layout |
---|---|---|
Rdoc |
Markup |
2017/sheet |
# Foo.
#
# @example
#
# y
# g
#
# @param [String] param_name The xx and xx.
#
# @see http://url.com
#
# @return [true] if so
*bold*
_emphasized_
+code+
http://www.link.com
See Models::User@Examples
{Google}[http://google.com]
def input # :nodoc:
module MyModule # :nodoc: all
# == Definition lists
#
# list:: hi.
# +foo+:: parameterized
# == Definition lists
# [foo] also
# [bar] like this
# @return [String]
# @return [String, nil] the name
# :call-seq:
# ARGF.readlines(sep=$/) -> array
# ARGF.readlines(limit) -> array
# ARGF.readlines(sep, limit) -> array
#
# ARGF.to_a(sep=$/) -> array
# ARGF.to_a(limit) -> array
# ARGF.to_a(sep, limit) -> array
# :category: Utilities
# :section: Expiry methods
# methods relating to expiring
def expire!
def expired?
...
# :markup: TomDoc
Place this at the beginning of the file.
{: .-one-column}