Skip to content

Instantly share code, notes, and snippets.

@bhenderson
Last active December 12, 2015 12:39
Show Gist options
  • Save bhenderson/4773414 to your computer and use it in GitHub Desktop.
Save bhenderson/4773414 to your computer and use it in GitHub Desktop.
##
# This method gets doc'd
#
# :method: foo
add_my_method :cool, :method
##
# This method does not get doc'd
#
# :method: bar
add_by_method :cool, :method do |a|
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment