Class: Xeroizer::Logging::StdOutLog
- Inherits:
-
Object
- Object
- Xeroizer::Logging::StdOutLog
- Defined in:
- lib/xeroizer/logging.rb
Class Method Summary (collapse)
Class Method Details
+ (Object) info(what)
4 |
# File 'lib/xeroizer/logging.rb', line 4 def self.info(what); puts what; end |