10 lines
141 B
Ruby
10 lines
141 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
require 'chemlab/library'
|
||
|
|
||
|
module Slack
|
||
|
include Chemlab::Library
|
||
|
|
||
|
self.base_url = 'https://slack.com'
|
||
|
end
|