Sha256: 1e8106fe3efe00fe68b875c2db4196d7c39662029d7f59f79e0d2816ff490aeb

Contents?: true

Size: 234 Bytes

Versions: 4

Compression:

Stored size: 234 Bytes

Contents

module InlineSvg
  class FindsAssetPaths
    def self.by_filename(filename)
      configured_asset_finder.find_asset(filename)
    end

    def self.configured_asset_finder
      InlineSvg.configuration.asset_finder
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
inline_svg-0.5.1 lib/inline_svg/finds_asset_paths.rb
inline_svg-0.5.0 lib/inline_svg/finds_asset_paths.rb
inline_svg-0.4.0 lib/inline_svg/finds_asset_paths.rb
inline_svg-0.3.0 lib/inline_svg/finds_asset_paths.rb