Class | REXML::Output |
In: |
lib/rexml/output.rb
|
Parent: | Object |
encoding | [R] |
# File lib/rexml/output.rb, line 9 9: def initialize real_IO, encd="iso-8859-1" 10: @output = real_IO 11: self.encoding = encd 12: 13: @to_utf = encd == UTF_8 ? false : true 14: end