Skip to content

Commit 0b02182

Browse files
committed
Suppress assigned but unused variable warning
1 parent 7d35df3 commit 0b02182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rdoc/generator/darkfish.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ def generate_class klass, template_file = nil
353353
asset_rel_prefix = rel_prefix + @asset_rel_path
354354
svninfo = get_svninfo(current)
355355

356+
breadcrumb = # used in templates
356357
breadcrumb = generate_nesting_namespaces_breadcrumb(current, rel_prefix)
357358

358359
@title = "#{klass.type} #{klass.full_name} - #{@options.title}"

0 commit comments

Comments
 (0)