File: example1.rb

package info (click to toggle)
ruby-zentest 4.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 536 kB
  • sloc: ruby: 3,210; 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