gitlab-ce/lib/remote_development/settings.rb

8 lines
105 B
Ruby

# frozen_string_literal: true
module RemoteDevelopment
module Settings
extend PublicApi
end
end