DEBSOURCES
Skip Quicknav
sources / ruby-test-prof / 1.5.2%2Bdfsg-1 / lib / test-prof.rb
12345678
# frozen_string_literal: true require "test_prof" # For RuboCop plugin module RuboCop autoload :TestProf, "rubocop/test_prof" end