Method: Twterm::RESTClient#send_request
- Defined in:
- lib/twterm/rest_client.rb
#send_request(&block) ⇒ Object
388 389 390 |
# File 'lib/twterm/rest_client.rb', line 388 def send_request(&block) send_request_without_catch(&block).catch(&show_error) end |