DEBSOURCES
Skip Quicknav
sources / ruby-rubocop-performance / 1.7.1-3 / lib / rubocop / performance / version.rb
123456789
# frozen_string_literal: true module RuboCop module Performance module Version STRING = '1.7.1' end end end