templates/default/module/text/setup.rb in yard-0.7.5 vs templates/default/module/text/setup.rb in yard-0.8.0
- old
+ new
@@ -1,6 +1,6 @@
def init
- sections :header, [T('docstring')], :children, :includes, :extends,
+ sections :header, [T('docstring')], :children, :includes, :extends,
:class_meths_list, :instance_meths_list
end
def class_meths
@classmeths ||= method_listing.select {|o| o.scope == :class }
\ No newline at end of file