lib/submodules/ably-ruby/lib/ably/realtime/channel/channel_manager.rb in ably-rest-0.8.6 vs lib/submodules/ably-ruby/lib/ably/realtime/channel/channel_manager.rb in ably-rest-0.8.9

- old
+ new

@@ -92,11 +92,17 @@ end end end private + def channel + @channel + end - attr_reader :channel, :connection + def connection + @connection + end + def_delegators :channel, :can_transition_to? # If the connection has not previously connected, connect now def connect_if_connection_initialized connection.connect if connection.initialized?