class Object
Public Instance Methods
broadcast_multiple(broadcastings, message, coder: ActiveSupport::JSON)
click to toggle source
# File lib/multicable.rb, line 4 def broadcast_multiple(broadcastings, message, coder: ActiveSupport::JSON) broadcastings.each do |broadcasting| broadcast(broadcasting, message, coder: coder) end end