lib/yard/handlers/ruby/legacy/comment_handler.rb in yard-0.9.18 vs lib/yard/handlers/ruby/legacy/comment_handler.rb in yard-0.9.19

- old
+ new

@@ -1,10 +1,10 @@ -# frozen_string_literal: true -# (see Ruby::CommentHandler) -class YARD::Handlers::Ruby::Legacy::CommentHandler < YARD::Handlers::Ruby::Legacy::Base - handles TkCOMMENT - namespace_only - - process do - register_docstring(nil) - end -end +# frozen_string_literal: true +# (see Ruby::CommentHandler) +class YARD::Handlers::Ruby::Legacy::CommentHandler < YARD::Handlers::Ruby::Legacy::Base + handles TkCOMMENT + namespace_only + + process do + register_docstring(nil) + end +end