Class: Hurley::Url::Empty
- Inherits:
-
Hurley::Url
- Object
- Hurley::Url
- Hurley::Url::Empty
- Defined in:
- lib/hurley/url.rb
Instance Attribute Summary
Attributes inherited from Hurley::Url
Instance Method Summary collapse
-
#initialize ⇒ Empty
constructor
A new instance of Empty.
- #relation_with(url) ⇒ Object
Methods inherited from Hurley::Url
#basic_auth, escape_path, escape_paths, #inspect, join, #join, parse, #path, #path=, #port, #query, #query_class, #query_class=, #raw_query, #raw_query=, #request_uri, #to_s
Constructor Details
Instance Method Details
#relation_with(url) ⇒ Object
192 193 194 |
# File 'lib/hurley/url.rb', line 192 def relation_with(url) :diff end |