Module: SprocketsFileReaderPatches

Included in:
Sprockets::FileReader
Defined in:
lib/jekyll/assets/reader.rb

Overview

Copyright: 2012 - 2018 - MIT License Encoding: utf-8

Instance Method Summary collapse

Instance Method Details

#call(input) ⇒ Object



6
7
8
# File 'lib/jekyll/assets/reader.rb', line 6

def call(input)
  before_hook(input); out = super; after_hook(out); out
end