Skip to content

Hide internal method of BigMath into BigDecimal::Internal #400

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 1 commit into from
Aug 14, 2025

Conversation

tompng
Copy link
Member

@tompng tompng commented Aug 14, 2025

Some internal methods (ex: BigMath._validate_prec) are also used from BigDecimal, so we can't make it private.
Moves them to an internal module BigDecimal::Internal.

Some internal methods (ex: BigMath._validate_prec) are also used from BigDecimal, so we can't make it private.
Moves them to an internal module BigDecimal::Internal.
@tompng tompng merged commit 48e32bc into ruby:master Aug 14, 2025
125 of 126 checks passed
@tompng tompng deleted the hide_internal branch August 14, 2025 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant