6 lines
65 B
Ruby
6 lines
65 B
Ruby
|
module GitHost
|
||
|
def git_host
|
||
|
Gitlab::Gitolite.new
|
||
|
end
|
||
|
end
|