lib/ably/logger.rb in ably-0.8.7 vs lib/ably/logger.rb in ably-0.8.8
- old
+ new
@@ -35,10 +35,12 @@
attr_reader :log_level
def_delegators :logger, :fatal, :error, :warn, :info, :debug
private
- attr_reader :client
+ def client
+ @client
+ end
def color(color_value, string)
"\033[#{color_value}m#{string}\033[0m"
end