File: example1.rb

package info (click to toggle)
ruby-zentest 4.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 472 kB
  • ctags: 411
  • sloc: ruby: 3,209; makefile: 13
file content (7 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
module Something
  class Thingy
    def do_something
      # ...
    end
  end
end