# File lib/rhc/rest/base.rb, line 54 def debug(msg, obj=nil) client.debug("#{msg}#{obj ? " #{obj}" : ''}") if client && client.debug? end