aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml/encodings/UTF-16.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/encodings/UTF-16.rb')
-rw-r--r--lib/rexml/encodings/UTF-16.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/encodings/UTF-16.rb b/lib/rexml/encodings/UTF-16.rb
index ecfc4f9945..bd92fce18d 100644
--- a/lib/rexml/encodings/UTF-16.rb
+++ b/lib/rexml/encodings/UTF-16.rb
@@ -1,6 +1,6 @@
module REXML
module Encoding
- @@__REXML_encoding_string =<<-EOL
+ @@__REXML_encoding_methods =<<-EOL
def encode content
array_utf8 = content.unpack("U*")
array_enc = []