Sha256: 323621819c55d4a9e74f504e4449aaf4a393f294bd00c5eee65b4f8809074202

Contents?: true

Size: 166 Bytes

Versions: 4

Compression:

Stored size: 166 Bytes

Contents

module Downlow
  class Local < Fetcher
    
    handles(/\w+/)
    
    def fetch
      url.cp destination
      @local_path = destination
    end
    
  end
end
    

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
downlow-0.1.3 lib/downlow/fetchers/local.rb
downlow-0.1.2 lib/downlow/fetchers/local.rb
downlow-0.1.1 lib/downlow/fetchers/local.rb
downlow-0.1.0 lib/downlow/fetchers/local.rb