class RubyCritic::SourceControlSystem::Perforce

def head_reference

def head_reference
  perforce_files.values.map(&:head).max_by(&:to_i)
end