Skip to content

Commit f438ef0

Browse files
committed
Revert "remove module_function on logger module"
This reverts commit d3ae69f.
1 parent c4474f0 commit f438ef0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/resque/logging.rb

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

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

0 commit comments

Comments
 (0)