Class: Barber::Ember::FilePrecompiler

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

Class Method Summary collapse

Methods inherited from InlinePrecompiler

compile

Class Method Details

.call(template, options = nil) ⇒ Object



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

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