DEBSOURCES
Skip Quicknav
sources / yard / 0.9.37-1 / spec / parser / examples / example1.rb.txt
12345678
module Hello class Hi # Docstring def me "Value" end end end