aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml/output.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/output.rb')
-rw-r--r--lib/rexml/output.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/rexml/output.rb b/lib/rexml/output.rb
index 7d4ab2e13b..c4a7473bfb 100644
--- a/lib/rexml/output.rb
+++ b/lib/rexml/output.rb
@@ -8,10 +8,6 @@ module REXML
@output = real_IO
self.encoding = encd
- eval <<-EOL
- alias :encode :to_#{encoding.tr('-', '_').downcase}
- alias :decode :from_#{encoding.tr('-', '_').downcase}
- EOL
@to_utf = encd == UTF_8 ? false : true
end