class Falcon::Command::Proxy

def controller

Prepare a new controller for the command.
def controller
	Controller::Proxy.new(self)
end