class Slack::RealTime::Socket

def connect

def connect
  fail NotImplementedError, "Expected #{self.class} to implement #{__method__}."
end