Skip to content

Commit 0a7888a

Browse files
committed
Merge pull request #88 from pusher/jf-expose-authenticate-method
Expose the #authenticate module on Pusher
2 parents 8228b98 + 036a466 commit 0a7888a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pusher.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class << self
3232

3333
def_delegators :default_client, :get, :get_async, :post, :post_async
3434
def_delegators :default_client, :channels, :channel_info, :trigger, :trigger_async
35-
def_delegators :default_client, :webhook, :channel, :[]
35+
def_delegators :default_client, :authenticate, :webhook, :channel, :[]
3636

3737
attr_writer :logger
3838

0 commit comments

Comments
 (0)