Class: Errapi::Locations::None
- Inherits:
-
Object
- Object
- Errapi::Locations::None
- Includes:
- Singleton
- Defined in:
- lib/errapi/locations/none.rb
Instance Method Summary collapse
Instance Method Details
#===(location) ⇒ Object
16 17 18 |
# File 'lib/errapi/locations/none.rb', line 16 def === location location.nil? || self == location end |
#relative(parts) ⇒ Object
8 9 10 |
# File 'lib/errapi/locations/none.rb', line 8 def relative parts self end |
#serialize ⇒ Object
12 13 14 |
# File 'lib/errapi/locations/none.rb', line 12 def serialize nil end |
#to_s ⇒ Object
20 21 22 |
# File 'lib/errapi/locations/none.rb', line 20 def to_s LOCATION_STRING end |