method
destination_encoding_name
ruby latest stable - Class:
Encoding ::InvalidByteSequenceError
destination_encoding_name()public
Returns the destination encoding name as a string.
static VALUE
ecerr_destination_encoding_name(VALUE self)
{
return rb_attr_get(self, rb_intern("destination_encoding_name"));
}