mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
16 lines
223 B
Plaintext
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
|