Skip to content
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

Add missing documents #277

Merged
merged 3 commits into from
May 7, 2024
Merged

Add missing documents #277

merged 3 commits into from
May 7, 2024

Conversation

nobu
Copy link
Member

@nobu nobu commented Dec 6, 2023

No description provided.

return val;
}

#define BIGDECIMAL_LITERAL(var, val) (BIGDECIMAL_ ## var = BigDecimal_literal(#val))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This and related changes are intentional? It seems accidentally commits.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is needed for "INFINITY" and so on, because RDoc requires docs for constants to be placed just before each constant.

@mrkn mrkn merged commit 381340a into ruby:master May 7, 2024
47 checks passed
@nobu nobu deleted the doc branch September 9, 2024 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants