# File lib/barber/ember/precompilers.rb, line 5
        def call(template, options = nil)
          "Ember.Handlebars.template(#{compile(template, options)})"
        end