method
destination_encoding
ruby latest stable - Class:
Encoding ::UndefinedConversionError
destination_encoding()public
Returns the destination encoding as an encoding object.
static VALUE
ecerr_destination_encoding(VALUE self)
{
return rb_attr_get(self, rb_intern("destination_encoding"));
}