Method: Stew::Store::WebClient#get

Defined in:
lib/stew/store/web_client.rb

#get(path, options = {}) ⇒ Object



9
10
11
# File 'lib/stew/store/web_client.rb', line 9

def get(path, options={})
  request(path, options).body
end