Method: Cloth::Client.post

Defined in:
lib/cloth/client.rb

.post(url, options = {}) ⇒ Object



42
43
44
# File 'lib/cloth/client.rb', line 42

def post(url, options = {})
  Cloth.client.post(url, options)
end