class ActionDispatch::HostAuthorization::Permissions

def initialize(hosts)

:nodoc:
def initialize(hosts)
  @hosts = sanitize_hosts(hosts)
end