class Temple::Engine

def call(input)

def call(input)
  chain.inject(input) {|m, e| e.call(m) }
end