lib/yard/handlers/ruby/comment_handler.rb in yard-0.9.16 vs lib/yard/handlers/ruby/comment_handler.rb in yard-0.9.17

- old
+ new

@@ -1,10 +1,10 @@ -# frozen_string_literal: true -# Handles any lone comment statement in a Ruby file -class YARD::Handlers::Ruby::CommentHandler < YARD::Handlers::Ruby::Base - handles :comment, :void_stmt - namespace_only - - process do - register_docstring(nil) - end -end +# frozen_string_literal: true +# Handles any lone comment statement in a Ruby file +class YARD::Handlers::Ruby::CommentHandler < YARD::Handlers::Ruby::Base + handles :comment, :void_stmt + namespace_only + + process do + register_docstring(nil) + end +end