class Falcon::Controller::Redirect
def initialize(command, **options)
Initialize the redirect controller.
def initialize(command, **options) super(command, **options) @hosts = {} end
def initialize(command, **options) super(command, **options) @hosts = {} end