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