class Falcon::Controller::Redirect

def initialize(command, **options)

@parameter command [Command::Redirect] The user-specified command-line options.
Initialize the redirect controller.
def initialize(command, **options)
	super(command, **options)
	
	@hosts = {}
end