# File lib/innate/dynamap.rb, line 38
    def call(env)
      raise "Nothing mapped yet" if @originals.empty?
      super
    end