class Guard::Notifier::FileNotifier

def self.available?(opts = {})

Options Hash: (**opts)
  • path (Boolean) -- the path to a file where Guard notification

Parameters:
  • opts (Hash) -- some options
def self.available?(opts = {})
  super and opts.has_key?(:path)
end