Libraries
»
catlass
(0.1.0)
»
Index
»
Catlass
»
Logger
»
Helper
»
info
Method: Catlass::Logger::Helper.info
Defined in:
lib/catlass/logger.rb
.
info
(msg) ⇒
Object
72 73 74
# File 'lib/catlass/logger.rb', line 72
def
info
(
msg
)
log
(
:info
,
msg
)
end