Class: REXML::IOSource

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

Instance Method Summary collapse

Instance Method Details

#encoding=(value) ⇒ Object



14
15
16
# File 'lib/xmpp4r_monkeypatch.rb', line 14

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

#encoding_assignObject



13
# File 'lib/xmpp4r_monkeypatch.rb', line 13

alias_method :encoding_assign, :encoding=