class Sprockets::Asset

def environment_version

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

def environment_version: () -> String

This signature was generated using 4 samples from 3 applications.

Private: Return the version of the environment where the asset was generated.
def environment_version
  metadata[:environment_version]
end