Method: DesignShell::SiteClient#get_file
- Defined in:
- lib/designshell/site_client.rb
#get_file(aRemotePath, aLocalFile) ⇒ Object
107 108 109 110 |
# File 'lib/designshell/site_client.rb', line 107 def get_file(aRemotePath, aLocalFile) s = get_string(aRemotePath) MiscUtils.string_to_file(s,aLocalFile) end |