lib/ably/realtime/channels.rb in ably-1.1.8 vs lib/ably/realtime/channels.rb in ably-1.2.0

- old
+ new

@@ -11,10 +11,10 @@ # @!method get(name, channel_options = {}) # Return a {Ably::Realtime::Channel} for the given name # # @param name [String] The name of the channel - # @param channel_options [Hash] Channel options, currently reserved for Encryption options + # @param channel_options [Hash, Ably::Models::ChannelOptions] A hash of options or a {Ably::Models::ChannelOptions} # @return [Ably::Realtime::Channel} # def get(*args) super end