lib/loggability/loghost.rb in loggability-0.14.0 vs lib/loggability/loghost.rb in loggability-0.15.0.pre20190714094638

- old
+ new

@@ -1,6 +1,7 @@ # -*- ruby -*- -#encoding: utf-8 +# vim: set nosta noet ts=4 sw=4: +# frozen_string_literal: true require 'loggability' unless defined?( Loggability ) # Extension for 'log hosts'. A <b>log host</b> is an object that hosts a Loggability::Logger # object, and is typically the top of some kind of hierarchy, like a namespace