Class: URI::Generic

Inherits:
Object
  • Object
show all
Defined in:
lib/uri/uri.rb

Instance Method Summary collapse

Instance Method Details

#formatObject



26
27
28
# File 'lib/uri/uri.rb', line 26

def format
  return self.path.split('.').last
end