On ruby 1.9, the argument of String#start_with? does not automatically get coerced into a string. In Homesick#clone, we use start_with? with a Pathname instance, which now always returns false.
On ruby 1.9, the argument of String#start_with? does not automatically get coerced into a string. In Homesick#clone, we use start_with? with a Pathname instance, which now always returns false.