class Pfm::Command::Exec
def run(params)
def run(params) exec(*params) raise 'Exec failed without an exception, your ruby is buggy' # should never get here end
def run(params) exec(*params) raise 'Exec failed without an exception, your ruby is buggy' # should never get here end