Method: HipChat::API#debug
- Defined in:
- lib/hipchat-api.rb
#debug(location = $stderr) ⇒ Object
Turn on HTTParty debugging
41 42 43 |
# File 'lib/hipchat-api.rb', line 41 def debug(location = $stderr) self.class.debug_output(location) end |