module Slack::Web

def config

def config
  Config
end

def configure

def configure
  block_given? ? yield(Config) : Config
end