Files
gitlab-foss/gems/gitlab-backup-cli/sig/gitlab/backup/cli/runner.rbs
2023-11-11 00:12:08 +00:00

16 lines
223 B
Plaintext

module Gitlab
module Backup
module Cli
class Runner
def self.exit_on_failure?: -> bool
def version: -> void
private
def rails_environment!: -> void
end
end
end
end