lib/ably/modules/channels_collection.rb in ably-0.1.6 vs lib/ably/modules/channels_collection.rb in ably-0.2.0

- old
+ new

@@ -1,11 +1,8 @@ module Ably::Modules # ChannelsCollection module provides common functionality to the Rest and Realtime Channels objects # such as #get, #[], #fetch, and #release module ChannelsCollection - # Initialize a new Channels object - # - # {self} provides simple accessor methods to access a Channel object def initialize(client, channel_klass) @client = client @channel_klass = channel_klass @channels = {} end