lib/yard/handlers/ruby/comment_handler.rb in yard-0.9.5 vs lib/yard/handlers/ruby/comment_handler.rb in yard-0.9.6

- old
+ new

@@ -1,4 +1,5 @@ +# 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