Sha256: e63847d1d0d9f98164b12ca0e3e0c7dced574cf9a0b078a2af499f6416255c64
Contents?: true
Size: 218 Bytes
Versions: 5
Compression:
Stored size: 218 Bytes
Contents
# frozen_string_literal: true module Pakyow module Realtime module Helpers module Socket def socket_client_id @connection.get(:__socket_client_id) end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems