class Falcon::Controller::Virtual

def falcon_path

@returns [String]
The path to the falcon executable from this gem.
def falcon_path
	File.expand_path("../../../bin/falcon", __dir__)
end