module Tantot::Watcher
Public Instance Methods
watcher_options(opts = {})
click to toggle source
# File lib/tantot/watcher.rb, line 10 def watcher_options(opts = {}) self.watcher_options_hash ||= {} self.watcher_options_hash = self.watcher_options_hash.merge(opts) end