5 lines
92 B
Ruby
5 lines
92 B
Ruby
require 'gitlab/git'
|
|
|
|
module Gitlab
|
|
autoload :Satellite, 'gitlab/satellite/satellite'
|
|
end
|