Ergo\Script::execute PHP Method

execute() public method

public execute ( )
    public function execute()
    {
        // TODO: generate errors if this file doesn't exist
        return include $this->_path;
    }