respond_to_missing?

in lib/ecs_logging/body_proxy.rb [27:30]


    def respond_to_missing?(name, include_all = false)
      super || @body.respond_to?(name, include_all)
    end