8000 [DOC] Clean up doc for File#flock by BurdetteLamar · Pull Request #9332 · ruby/ruby · GitHub
[go: up one dir, main page]

Skip to content

[DOC] Clean up doc for File#flock #9332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Dec 23, 2023
Prev Previous commit
Next Next commit
Update complex.c
Co-authored-by: Peter Zhu <peter@peterzhu.ca>
  • Loading branch information
BurdetteLamar and peterzhu2118 authored Dec 23, 2023
commit 35788b6ebfd57404111ea87c20ef807b5fba27de
2 changes: 1 addition & 1 deletion complex.c
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,7 @@ nucomp_to_r(VALUE self)
* equivalent to that of <tt>self.real</tt>.
*
* With no argument +epsilon+ given, returns a \Rational object
* whose value is exactly equal to that of <tt>self.real</tt>:
* whose value is exactly equal to that of <tt>self.real.rationalize</tt>:
*
* Complex(1, 0).rationalize # => (1/1)
* Complex(1, Rational(0, 1)).rationalize # => (1/1)
Expand Down
0