class Sprockets::EcoTemplate

def self.engine_initialized?

Check to see if Eco is loaded
def self.engine_initialized?
  defined? ::Eco
end