Class: Munge::Extra::Livereload::UpdateServer
- Inherits:
-
Object
- Object
- Munge::Extra::Livereload::UpdateServer
- Includes:
- Celluloid, Celluloid::Notifications
- Defined in:
- lib/munge/extra/livereload/update_server.rb
Instance Method Summary collapse
Instance Method Details
#notify(files = []) ⇒ Object
8 9 10 |
# File 'lib/munge/extra/livereload/update_server.rb', line 8 def notify(files = []) publish("changed_files", files) end |