Skip to content

Commit

Permalink
Small docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mloughran committed Feb 17, 2011
1 parent 1caa1f2 commit 2374991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pusher/channel.rb
Expand Up @@ -69,8 +69,8 @@ def trigger_async(event_name, data, socket_id = nil, &block)
# @param socket_id Allows excluding a given socket_id from receiving the
# event - see http://pusherapp.com/docs/duplicates for more info
#
# @raise [Pusher::Error] on invalid Pusher response
# @raise any Net::HTTP related errors
# @raise [Pusher::Error] on invalid Pusher response - see the error message for more details
# @raise [Pusher::HTTPError] on any error raised inside Net::HTTP - the original error is available in the original_error attribute
#
def trigger!(event_name, data, socket_id = nil)
require 'net/http' unless defined?(Net::HTTP)
Expand Down

0 comments on commit 2374991

Please sign in to comment.