Method: BlueFeather::Document#kcode

Defined in:
lib/bluefeather.rb

#kcodeObject



331
332
333
# File 'lib/bluefeather.rb', line 331

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