class Geminabox::Proxy::Copier

def get_file

def get_file
  return true if proxy_file_exists?
  return copy_local if local_file_exists?
  get_remote
end