Class: Xeroizer::Logging::StdOutLog

Inherits:
Object
  • Object
show all
Defined in:
lib/xeroizer/logging.rb

Class Method Summary collapse

Class Method Details

.info(what) ⇒ Object



4
# File 'lib/xeroizer/logging.rb', line 4

def self.info(what); puts what; end