Class: Hotwire::Spark::Installer

Inherits:
Object
  • Object
show all
Defined in:
lib/hotwire/spark/installer.rb

Instance Method Summary collapse

Constructor Details

#initialize(application) ⇒ Installer

Returns a new instance of Installer.



2
3
4
# File 'lib/hotwire/spark/installer.rb', line 2

def initialize(application)
  @application = application
end

Instance Method Details

#installObject



6
7
8
9
10
# File 'lib/hotwire/spark/installer.rb', line 6

def install
  configure_cable_server
  configure_middleware
  monitor_paths
end