class Slack::RealTime::Client
def to_s
def to_s if store&.team "id=#{store.team.id}, name=#{store.team.name}, domain=#{store.team.domain}" else super end end
def to_s if store&.team "id=#{store.team.id}, name=#{store.team.name}, domain=#{store.team.domain}" else super end end