# File lib/rubocop/git/commit_file.rb, line 31
  def ruby?
    filename.match(/.*\.rb$/)
  end