templates/default/headersroot/html/setup.rb in yard-mruby-0.2.2 vs templates/default/headersroot/html/setup.rb in yard-mruby-0.2.3

- old
+ new

@@ -1,10 +1,10 @@ -def init - super - sections.push :headers_list - - @namespace = object -end - -def headers - object.headers -end +def init + super + sections.push :headers_list + + @namespace = object +end + +def headers + object.headers +end