Skip to content

Instantly share code, notes, and snippets.

@medlefsen
Created October 27, 2010 21:33
Show Gist options
  • Save medlefsen/650063 to your computer and use it in GitHub Desktop.
Save medlefsen/650063 to your computer and use it in GitHub Desktop.
rdoc test
#!/usr/bin/env ruby
##
# Test class
class Test {
##
# :method: test
# this is documentation!
##
# methdo 2
def test2() end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment