88 89 90 91 92
# File 'lib/sekka/downloader.rb', line 88 def saveAs(path) open(path,"w") {|f| f.write(@body) } end