Module Sinatra::Reloader::ExtensionMethods
In: lib/sinatra/reloader.rb

Contains the methods that the extension adds to the Sinatra application.

Methods

Public Instance methods

Indicates with a glob which files should be reloaded if they have been modified. It can be called several times.

Removes the element from the Sinatra application.

Indicates with a glob which files should not be reloaded even if they have been modified. It can be called several times.

[Validate]