# File lib/pusher-client/socket.rb, line 152
    def is_private_channel(channel_name)
      channel_name.match(/^private-/)
    end