Class: Munge::Extra::Livereload::UpdateServer

Inherits:
Object
  • Object
show all
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