Class: Addressable::URI
- Inherits:
-
Object
- Object
- Addressable::URI
- Defined in:
- lib/webpage-archivist/patches.rb
Instance Method Summary collapse
-
#absolutize(uri) ⇒ Object
Make an URI absolute.
Instance Method Details
#absolutize(uri) ⇒ Object
Make an URI absolute
10 11 12 |
# File 'lib/webpage-archivist/patches.rb', line 10 def absolutize uri join(uri).normalize.to_s end |