/*
* Document-method: failed
* call-seq: failed
*
* Returns substring of the original string passed to Iconv that starts at the
* character caused the exception.
*/
static VALUE
iconv_failure_failed
(self)
VALUE self;
{
return rb_attr_get(self, rb_failed);
}