Libraries
»
rory-deploy
(1.8.4.3)
»
Index
»
Centurion
»
Logging
»
#info
Method: Centurion::Logging#info
Defined in:
lib/centurion/logging.rb
#
info
(*args) ⇒
Object
7 8 9
# File 'lib/centurion/logging.rb', line 7
def
info
(
*
args
)
log
.
info
args
.
join
(
'
'
)
end