Don't check for STR_NOEMBED in rb_fstring
We don't need to check for STR_NOEMBED because the check above for STR_EMBED_P means that it can never be false.
Don't check for STR_NOEMBED in rb_fstring
We don't need to check for STR_NOEMBED because the check above for
STR_EMBED_P means that it can never be false.