From 3c68fb293af145a35f787c75d6ff9c2524f8b221 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Sat, 21 Dec 2024 22:41:08 +0100 Subject: [PATCH] Remove unused attribute --- lib/hotwire/spark/installer.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/hotwire/spark/installer.rb b/lib/hotwire/spark/installer.rb index f2685f2..8a277f3 100644 --- a/lib/hotwire/spark/installer.rb +++ b/lib/hotwire/spark/installer.rb @@ -1,6 +1,4 @@ class Hotwire::Spark::Installer - attr_reader :file_watcher - def initialize(application) @application = application end