class Temple::Engine

def call(input)

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