lib/ramaze/inform/syslog.rb in ramaze-0.1.2 vs lib/ramaze/inform/syslog.rb in ramaze-0.1.3

- old
+ new

@@ -2,9 +2,12 @@ # All files in this distribution are subject to the terms of the Ruby license. require 'syslog' module Ramaze + + # Informer for Syslog from rubys standard-library. + class Syslog include ::Syslog def initialize open unless ::Syslog.opened?