templates/default/module/text/setup.rb in yard-0.9.5 vs templates/default/module/text/setup.rb in yard-0.9.6
- old
+ new
@@ -1,5 +1,6 @@
+# frozen_string_literal: true
def init
sections :header, [T('docstring')], :children, :includes, :extends,
:class_meths_list, :instance_meths_list
end
@@ -7,6 +8,6 @@
@classmeths ||= method_listing.select {|o| o.scope == :class }
end
def instance_meths
@instmeths ||= method_listing.select {|o| o.scope == :instance }
-end
\ No newline at end of file
+end