Method: Papertrail::HttpClient#start
- Defined in:
- lib/papertrail/http_client.rb
#start ⇒ Object
40 41 42 43 44 45 46 47 |
# File 'lib/papertrail/http_client.rb', line 40 def start if block_given? https.start { yield self } else https.start self end end |