We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcfd02 commit d42c1f5Copy full SHA for d42c1f5
lib/rdoc/generator/darkfish.rb
@@ -387,7 +387,7 @@ def generate_file_files
387
@files.each do |file|
388
current = file
389
390
- if file.text? and page_file.exist? then
+ if page_file.exist? then
391
generate_page file
392
next
393
end
test/rdoc/rdoc_generator_darkfish_test.rb
@@ -98,6 +98,7 @@ def test_generate
98
assert_file 'Klass/Inner.html'
99
assert_file 'table_of_contents.html'
100
assert_file 'js/search_index.js'
101
+ assert_file 'file_rb.html'
102
103
assert_hard_link 'css/rdoc.css'
104
assert_hard_link 'css/fonts.css'
0 commit comments