class RubyXL::OOXMLRelationshipsFile
def self.rel_file_path(base_file_path)
def self.rel_file_path(base_file_path) basename = base_file_path.root? ? '' : base_file_path.basename base_file_path.dirname.join('_rels', "#{basename}.rels").cleanpath end