MRI-Binding: Typo in Flashable binding

This commit is contained in:
Jonas Kulla 2014-08-09 17:20:39 +02:00
parent cc0ab35f10
commit b7af8cc92f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ RB_METHOD(flashableFlash)
rb_get_args(argc, argv, "oi", &colorObj, &duration RB_ARG_END);
if (NIL_P(rb_type(colorObj)))
if (NIL_P(colorObj))
{
f->flash(0, duration);
return Qnil;