#Ruby’s Pathname’s + operator truncates the path if the parameter starts with a slash. E.g. «Rails.root + ‘/public’» results in a Pathname for just “/public”. sigh