# File lib/mechanize.rb, line 416
  def get_file(url)
    get(url).body
  end