# File lib/rudy/huxtable.rb, line 64 64: def self.li(*msg); msg.each { |m| @@logger.puts m } if !@@global.quiet; end