File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,6 @@ class RDoc::RDoc
35
35
36
36
GENERATORS = { }
37
37
38
- ##
39
- # File pattern to exclude
40
-
41
- attr_accessor :exclude
42
-
43
38
##
44
39
# Generator instance used for creating output
45
40
@@ -93,7 +88,6 @@ def self.current= rdoc
93
88
94
89
def initialize
95
90
@current = nil
96
- @exclude = nil
97
91
@generator = nil
98
92
@last_modified = { }
99
93
@old_siginfo = nil
@@ -116,7 +110,7 @@ def error(msg)
116
110
def gather_files files
117
111
files = [ "." ] if files . empty?
118
112
119
- file_list = normalized_file_list files , true , @exclude
113
+ file_list = normalized_file_list files , true , @options . exclude
120
114
121
115
file_list = file_list . uniq
122
116
@@ -472,8 +466,6 @@ def document options
472
466
exit
473
467
end
474
468
475
- @exclude = @options . exclude
476
-
477
469
unless @options . coverage_report then
478
470
@last_modified = setup_output_dir @options . op_dir , @options . force_update
479
471
end
You can’t perform that action at this time.
0 commit comments