module Prolog::Services::ReplaceContent::Splitter::Symmetric::Internals

Methods neither affecting nor affected by instance state.

Public Class Methods

build_inner(content, endpoints, marker) click to toggle source
# File lib/prolog/services/replace_content/splitter/symmetric.rb, line 18
def self.build_inner(content, endpoints, marker)
  [marker, marker].join content[endpoints]
end