File: fields.rb

package info (click to toggle)
ruby-fuzzyurl 0.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: ruby: 517; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
class Fuzzyurl
  FIELDS = [
    :protocol,
    :username,
    :password,
    :hostname,
    :port,
    :path,
    :query,
    :fragment
  ]
end