# frozen_string_literal: true module Prolog module Services # Replaces content within an HTML string based on endpoints and content. class ReplaceContent VERSION = '0.1.2' end end end