Class: REXML::IOSource

Inherits:
Object
  • Object
show all
Defined in:
lib/hipbot/patches/encoding.rb

Instance Method Summary collapse

Instance Method Details

#encoding=(value) ⇒ Object



11
12
13
# File 'lib/hipbot/patches/encoding.rb', line 11

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

#encoding_assignObject



10
# File 'lib/hipbot/patches/encoding.rb', line 10

alias_method :encoding_assign, :encoding=