Welcome to mirror list, hosted at ThFree Co, Russian Federation.

slack.rb « lib « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95e81b700f51343c7f3a03c82869ff5c0e10a262 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'chemlab/library'

module Slack
  include Chemlab::Library

  self.base_url = 'https://slack.com'
end