You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While mime-types handles application/javascript as a non-text, IRuby needs to
handle it as a text.
The new `ascii?` private method judges whether the given mime type is text.
This method handles application/javascript as a text in the special case.
[FixGH-292]
0 commit comments