lib/sprockets/ejs_template.rb



require 'sprockets/ejs_processor'

module Sprockets
  # Deprecated
  EjsTemplate = EjsProcessor
end