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