Fetch a file and return the contents of the file.
279 280 281
# File 'lib/www/mechanize.rb', line 279 def get_file(url) get(url).body end