class Sprockets::URITar

def compress

Experimental RBS support (using type sampling data from the type_fusion project).

def compress: () -> String

This signature was generated using 47 samples from 5 applications.

Returns String

uri will be returned.
If a uri is outside of the environment's root the original

be shortened to be a relative path.
If a uri is inside of an environment's root it will

Internal: Converts full uri to a "compressed" uri
def compress
  scheme + compressed_path
end