Class URI::FILE
In: lib/buildr/core/transports.rb  (CVS)
Parent: Generic

File URL. Keep in mind that file URLs take the form of file://host/path, although the host is not used, so typically all you will see are three backslashes. This methods accept common variants, like file:/path but always returns a valid URL.

Methods

new   read   to_s   upload  

Constants

COMPONENT = [ :host, :path ].freeze

Public Class methods

Public Instance methods

[Validate]