class Rubycritic::SourceControlSystem

def travel_to_head

def travel_to_head
  raise NotImplementedError.new("The #{self.class} class must implement the #{__method__} method.")
end