module Slack::Web

def configure

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