class Slack::RealTime::Client

def configure

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