URI.open("https://example.com/api")
Net::HTTP.get("https://api.example.com/data")
HTTParty.get("https://api.example.com/data")
Faraday.get("https://api.example.com/data")
RestClient.get("https://api.example.com/data")
open "https://example.com"
File.read("config/settings.yml")
File.open("log/app.log")
IO.read("data/seed.json")
File.write("tmp/cache.txt", data)
FileUtils.cp("src/file.rb", "dst/file.rb")
send_file "public/downloads/report.pdf"
redirect_to url_for(:home)
where("x = #{CONST}")
raw(link_to("a", "/b"))
api_key = "see README for setup"