Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
args[0] = rb_str_new2(url);
/* FIXME: Use html_len */
args[1] = rb_str_new(fragment->data, fragment->length);
args[1] = rb_str_new2(fragment->data);
result = erb_protected_method_call("pre_format_html_hook", 2, args, &error);
if (error) {