Skip to content

Commit 2098ea3

Browse files
committed
style: fix rubocop Style/ModuleFunction issue
1 parent e193098 commit 2098ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/code_teams/utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module CodeTeams
22
module Utils
3-
extend self
3+
module_function
44

55
def underscore(string)
66
string.gsub('::', '/')

0 commit comments

Comments
 (0)