docs/templates/default/layout/html/setup.rb in yard-0.9.18 vs docs/templates/default/layout/html/setup.rb in yard-0.9.19

- old
+ new

@@ -1,9 +1,9 @@ -# frozen_string_literal: true -def init - super - sections.place(:tag_list).after_any(:files) -end - -def menu_lists - super + [{:type => 'tag', :title => 'Tags', :search_title => 'Tag List'}] -end +# frozen_string_literal: true +def init + super + sections.place(:tag_list).after_any(:files) +end + +def menu_lists + super + [{:type => 'tag', :title => 'Tags', :search_title => 'Tag List'}] +end