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
This happens on 3.3.3 and 3.3.4. Dunno when it started but HTML needs to be removed from ri output.
10007 $ ri File.flock
= File.flock
(from ruby core)
------------------------------------------------------------------------
flock(locking_constant) -> 0 or false
------------------------------------------------------------------------
Locks or unlocks a file according to the given locking_constant,
a bitwise OR of the values in the table below.
Not available on all platforms.
Returns false if File::LOCK_NB is specified and the operation would have
blocked;
otherwise returns 0.
<table>
<tr>
<th colspan="3">Locking Constants</th>
</tr>
<tr>
@zenspider The HTML snippet you're seeing looks like it was added directly to the RBS doc string as HTML in ruby/rbs@c8151a59. RDoc isn't doing anything except using the raw string provided by the gem. I think the right place to file this issue is in ruby/rbs?
This happens on 3.3.3 and 3.3.4. Dunno when it started but HTML needs to be removed from ri output.
I can see this in file.c:
The text was updated successfully, but these errors were encountered: