require guard/ui because notifier can be required without full guard

This commit is contained in:
Yann Lugrin 2011-05-23 22:35:37 +02:00
parent 284747befb
commit 492b5a4114

View File

@ -1,5 +1,6 @@
require 'rbconfig'
require 'pathname'
require 'guard/ui'
module Guard
module Notifier