Method: Noah::CustomWatcher#initialize

Defined in:
lib/noah/custom_watcher.rb

#initializeCustomWatcher

Returns a new instance of CustomWatcher.



30
31
32
33
# File 'lib/noah/custom_watcher.rb', line 30

def initialize
  @my_redis ||= ENV['REDIS_URL']
  @my_pattern ||= '//noah'
end