class Prolog::Services::ReplaceContent::Splitter::PairedSplitterParams

Builds splitter params for symmetric splitter; same marker text before and after selected content.

Public Class Methods

new(content, endpoints, tag, identifier) click to toggle source
Calls superclass method
# File lib/prolog/services/replace_content/splitter/paired_params.rb, line 13
def initialize(content, endpoints, tag, identifier)
  super content, endpoints
  add(tag: tag, identifier: identifier)
  self
end