Sha256: e6a71660ef71291c74bb69e8c921ff44db925f061dadd59bd9877336ee84c5e9
Contents?: true
Size: 527 Bytes
Versions: 1
Compression:
Stored size: 527 Bytes
Contents
# Copyright (c) 2006 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. require 'ramaze/inform/informing' require 'ramaze/inform/hub' require 'ramaze/inform/informer' module Ramaze autoload :Analogger, "ramaze/inform/analogger.rb" autoload :Syslog, "ramaze/inform/syslog.rb" autoload :Growl, "ramaze/inform/growl.rb" autoload :Xosd, "ramaze/inform/xosd.rb" unless defined?(Inform) Inform = LogHub.new(Informer) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ramaze-0.1.1 | lib/ramaze/inform.rb |