18 19 20 21
# File 'lib/ya_finance/http.rb', line 18 def fetch_root(path) uri = URI("#{ROOT_URL}/#{path}") YaFinance::Http.fetch(uri).body end