Method: Mergit#create_string_processor

Defined in:
lib/mergit.rb

#create_string_processor(string) ⇒ Processor (private)

Helper to create a string processor

Parameters:

  • The string to merge.

Returns:



62
63
64
# File 'lib/mergit.rb', line 62

def create_string_processor string
  Processor.new(search_path, replacements, :string => string)
end