lib/rdoc/comment.rb in rdoc-4.3.0 vs lib/rdoc/comment.rb in rdoc-5.0.0.beta1
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: false
##
# A comment holds the text comment for a RDoc::CodeObject and provides a
# unified way of cleaning it up and parsing it into an RDoc::Markup::Document.
#
# Each comment may have a different markup format set by #format=. By default