Skip to content

Commit d3ae69f

Browse files
committed
remove module_function on logger module
1 parent e06fbc6 commit d3ae69f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/resque/logging.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module Resque
22
# Include this module in classes you wish to have logging facilities
33
module Logging
4-
module_function
54

65
# Thunk to the logger's own log method (if configured)
76
def self.log(severity, message)

0 commit comments

Comments
 (0)