# File lib/ramaze/reloader/watch_inotify.rb, line 19
      def initialize
        @watcher = RInotify.new
        @changed = Queue.new
        @watcher_thread = start_watcher
      end