Class: Pione::Location::LocalScheme
- Inherits:
-
Pione::LocationScheme
- Object
- Pione::LocationScheme
- Pione::Location::LocalScheme
- Defined in:
- lib/pione/location/local-scheme.rb
Overview
Local represents local file system path.
Constant Summary collapse
- COMPONENT =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
[:scheme, :path]
Class Method Summary collapse
- .build(args) ⇒ Object private
Instance Method Summary collapse
-
#absolute ⇒ URI
Returns absolute path.
Class Method Details
.build(args) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
15 16 17 |
# File 'lib/pione/location/local-scheme.rb', line 15 def self.build(args) super(URI::Util::make_components_hash(self, args)) end |