Libraries
»
resque
(3.0.0)
»
Index
»
Resque
»
Logging
»
warn
Method: Resque::Logging.warn
Defined in:
lib/resque/logging.rb
.
warn
(message) ⇒
Object
14
# File 'lib/resque/logging.rb', line 14
def
warn
(
message
)
;
Logging
.
log
:warn
,
message
;
end