Method: Database::Remote#download
- Defined in:
- lib/mysql.rb
#download(local_file = "#{output_file}") ⇒ Object
45 46 47 48 |
# File 'lib/mysql.rb', line 45 def download(local_file = "#{output_file}") remote_file = "#{@cap.current_path}/#{output_file}" @cap.get remote_file, local_file end |