class Xeroizer::Logging::StdOutLog
Public Class Methods
info(what)
click to toggle source
# File lib/xeroizer/logging.rb, line 4 def self.info(what); puts what; end
# File lib/xeroizer/logging.rb, line 4 def self.info(what); puts what; end