# File lib/dister/downloader.rb, line 28 def start @file = File.open(@filename, "wb") @pbar = ProgressBar.new(@message, 100) @curl.perform end