Method: Bemer::AssetMatcher#initialize
- Defined in:
- lib/bemer/asset_matcher.rb
#initialize(loose_app_assets) ⇒ AssetMatcher
Returns a new instance of AssetMatcher.
5 6 7 |
# File 'lib/bemer/asset_matcher.rb', line 5 def initialize(loose_app_assets) @loose_app_assets = loose_app_assets end |