9 10 11
# File 'lib/affirm/client.rb', line 9 def request(method, path, **data) new.public_send(method, path, data) end