# File lib/ramaze/reloader.rb, line 71 def initialize(app) @app = app @files = {} @watcher = Watcher.new options_reload end