class Addressable::URI

def path

Returns:
  • (String) - The path component.
def path
  return defined?(@path) ? @path : EMPTY_STR
end