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/rexml/parsers | |
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/rexml/parsers/baseparser.rb | 1 | ||||
-rw-r--r-- | lib/rexml/parsers/lightparser.rb | 1 | ||||
-rw-r--r-- | lib/rexml/parsers/pullparser.rb | 1 | ||||
-rw-r--r-- | lib/rexml/parsers/sax2parser.rb | 1 | ||||
-rw-r--r-- | lib/rexml/parsers/streamparser.rb | 1 | ||||
-rw-r--r-- | lib/rexml/parsers/treeparser.rb | 1 | ||||
-rw-r--r-- | lib/rexml/parsers/ultralightparser.rb | 1 | ||||
-rw-r--r-- | lib/rexml/parsers/xpathparser.rb | 1 |
8 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,4 @@ require 'rexml/parseexception' require 'rexml/undefinednamespaceexception' require 'rexml/source' @@ -1,3 +1,4 @@ require 'rexml/parsers/streamparser' require 'rexml/parsers/baseparser' require 'rexml/light/node' @@ -1,3 +1,4 @@ require 'forwardable' require 'rexml/parseexception' @@ -1,3 +1,4 @@ require 'rexml/parsers/baseparser' require 'rexml/parseexception' require 'rexml/namespace' @@ -1,3 +1,4 @@ require "rexml/parsers/baseparser" module REXML @@ -1,3 +1,4 @@ require 'rexml/validation/validationexception' require 'rexml/undefinednamespaceexception' @@ -1,3 +1,4 @@ require 'rexml/parsers/streamparser' require 'rexml/parsers/baseparser' @@ -1,3 +1,4 @@ require 'rexml/namespace' require 'rexml/xmltokens' |