Method: BlueFeather::Document#kcode

Defined in:
lib/bluefeather.rb

#kcodeObject



374
375
376
# File 'lib/bluefeather.rb', line 374

def kcode
	self.encoding_type && EncodingType.convert_to_kcode(self.encoding_type)
end