We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72b3fa commit f5eaac9Copy full SHA for f5eaac9
sig/datadog/di/utils.rbs
@@ -2,6 +2,7 @@ module Datadog
2
module DI
3
module Utils
4
def self?.path_matches_suffix?: (String path, String suffix) -> bool
5
+ def self?.path_can_match_spec?: (String path, String suffix) -> bool
6
end
7
8
0 commit comments