class RubyXL::OOXMLRelationshipsFile

def self.load_relationship_file(zipdir_path, base_file_path)

def self.load_relationship_file(zipdir_path, base_file_path)
  rel_file_path = rel_file_path(base_file_path)
  puts "--> DEBUG:  #{'  ' * @@debug_indent}Loading .rel file: #{rel_file_path}" if @@debug_indent
  parse_file(zipdir_path, rel_file_path)
end