module Importmap
module Importmap::Freshness
module Importmap::ImportmapTagsHelper
class Importmap::Commands
class Importmap::Engine
class Importmap::Map
class Importmap::Map::InvalidFile
class Importmap::Npm
class Importmap::Packager
class Importmap::Reloader
importmap-rails
2.1.0
# cache_as
def cache_as(name) if result = @cache[name.to_s] result else @cache[name.to_s] = yield end end