Skip to content

Commit 8f58229

Browse files
author
jneen
committed
rm unneeded methods and properties
1 parent c2da089 commit 8f58229

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

spec/visual/rouge_reloader.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
class FeatureReloader
1313
MUTEX = Mutex.new
1414

15-
def self.install!(const_name, root, path)
16-
@instance = new(const_name, root, path)
17-
@instance.install!
18-
end
19-
2015
def self.reload!
2116
@instance.reload!
2217
end
@@ -25,7 +20,6 @@ def initialize(const_name, root, path)
2520
@const_name = const_name
2621
@root = root
2722
@path = File.expand_path(path, root)
28-
@cache = {}
2923
end
3024

3125
def reload!

0 commit comments

Comments
 (0)