Class: Jekyll::AssetFilter::Proxy

Inherits:
Object
  • Object
show all
Includes:
AssetPages::Jekyll::LiquidHelper
Defined in:
lib/asset_pages/jekyll/plugins/asset_filter.rb

Constant Summary

Constants included from AssetPages::Jekyll::LiquidHelper

AssetPages::Jekyll::LiquidHelper::Root

Instance Method Summary collapse

Methods included from AssetPages::Jekyll::LiquidHelper

included

Constructor Details

#initialize(context) ⇒ Proxy

Returns a new instance of Proxy.



25
26
27
# File 'lib/asset_pages/jekyll/plugins/asset_filter.rb', line 25

def initialize(context)
  @context = context
end