class ConsoleLog
Public Class Methods
info(what)
click to toggle source
# File lib/rsettings.rb, line 38 def info(what) puts "[INFO] #{what}" end
# File lib/rsettings.rb, line 38 def info(what) puts "[INFO] #{what}" end