Method: Iconv::Failure#failed
- Defined in:
- ext/iconv/iconv.c
#failed ⇒ Object
Returns substring of the original string passed to Iconv that starts at the character caused the exception.
1225 1226 1227 1228 1229 |
# File 'ext/iconv/iconv.c', line 1225 static VALUE iconv_failure_failed(VALUE self) { return rb_attr_get(self, rb_failed); } |