Class: REXML::IOSource

Inherits:
Object
  • Object
show all
Defined in:
lib/zoe/rexml_patches.rb

Instance Method Summary collapse

Instance Method Details

#encoding=(value) ⇒ Object



12
13
14
# File 'lib/zoe/rexml_patches.rb', line 12

def encoding=(value)
  encoding_assign(value) if value
end

#encoding_assignObject



11
# File 'lib/zoe/rexml_patches.rb', line 11

alias_method :encoding_assign, :encoding=