class Slack::Web::Client

def configure

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