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