# File lib/tinder/connection.rb, line 92 def post(url, body = nil, *args) response = connection.post(url, body, *args) response.body end