File: namespace.rb

package info (click to toggle)
ruby-ftw 0.0.49-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 548 kB
  • sloc: ruby: 1,922; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
module FTW
  # :nodoc:
  module HTTP; end
  # :nodoc:
  class WebSocket; end
  # :nodoc:
  class DNS; end
end