mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-03 16:37: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
|