Method: Cloth::Client.get

Defined in:
lib/cloth/client.rb

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



38
39
40
# File 'lib/cloth/client.rb', line 38

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