Class: REXML::IOSource

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

Instance Method Summary collapse

Instance Method Details

#encoding=(value) ⇒ Object



13
14
15
# File 'lib/lita/encoding_patches.rb', line 13

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

#encoding_assignObject



12
# File 'lib/lita/encoding_patches.rb', line 12

alias_method :encoding_assign, :encoding=