brew/Library/Homebrew/rubocops/shared/helper_functions.rbi

7 lines
118 B
Plaintext
Raw Normal View History

2023-02-14 19:19:37 -08:00
# typed: strict
module RuboCop::Cop::HelperFunctions
include Kernel
requires_ancestor { RuboCop::Cop::Base }
end