diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-16 05:07:31 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-16 05:07:31 +0000 |
commit | 3e92b635fb5422207b7bbdc924e292e51e21f040 () | |
tree | 584f90b868188077c435bf144e15e66540a73acd /lib/rdoc/parser | |
parent | f6f7073e125ff903b77b8cb982a7417d96d51902 (diff) |
Add frozen_string_literal: false for all files
When you change this to true, you may need to add more tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/rdoc/parser/c.rb | 1 | ||||
-rw-r--r-- | lib/rdoc/parser/changelog.rb | 1 | ||||
-rw-r--r-- | lib/rdoc/parser/markdown.rb | 1 | ||||
-rw-r--r-- | lib/rdoc/parser/rd.rb | 1 | ||||
-rw-r--r-- | lib/rdoc/parser/ruby.rb | 1 | ||||
-rw-r--r-- | lib/rdoc/parser/ruby_tools.rb | 1 | ||||
-rw-r--r-- | lib/rdoc/parser/simple.rb | 1 | ||||
-rw-r--r-- | lib/rdoc/parser/text.rb | 1 |
8 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,4 @@ require 'tsort' ## @@ -1,3 +1,4 @@ require 'time' ## @@ -1,3 +1,4 @@ ## # Parse a Markdown format file. The parsed RDoc::Markup::Document is attached # as a file comment. @@ -1,3 +1,4 @@ ## # Parse a RD format file. The parsed RDoc::Markup::Document is attached as a # file comment. @@ -1,3 +1,4 @@ ## # This file contains stuff stolen outright from: # @@ -1,3 +1,4 @@ ## # Collection of methods for writing parsers against RDoc::RubyLex and # RDoc::RubyToken @@ -1,3 +1,4 @@ ## # Parse a non-source file. We basically take the whole thing as one big # comment. @@ -1,3 +1,4 @@ ## # Indicates this parser is text and doesn't contain code constructs. # |