File Manager

Path: /proc/self/root/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/fuzzyurl-0.9.0/lib/fuzzyurl/

Viewing File: fields.rb

class Fuzzyurl
  FIELDS = [
    :protocol,
    :username,
    :password,
    :hostname,
    :port,
    :path,
    :query,
    :fragment
  ]
end