module Guard::Notifier

def images_path

Returns:
  • (Pathname) - the path to the images directory
def images_path
  @images_path ||= Pathname.new(File.dirname(__FILE__)).join('../../images')
end