Class: Barber::FilePrecompiler

Inherits:
InlinePrecompiler show all
Defined in:
lib/barber/precompilers.rb

Class Method Summary collapse

Methods inherited from InlinePrecompiler

compile

Class Method Details

.call(template, options = nil) ⇒ Object



16
17
18
# File 'lib/barber/precompilers.rb', line 16

def call(template, options = nil)
  "#{super};"
end