class Falcon::Command::Virtual

def controller

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