Class: URI::Generic
- Inherits:
-
Object
- Object
- URI::Generic
- Defined in:
- lib/uri/uri.rb
Instance Method Summary collapse
Instance Method Details
#format ⇒ Object
26 27 28 |
# File 'lib/uri/uri.rb', line 26 def format return self.path.split('.').last end |