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

Update GC signatures #120

Merged
merged 8 commits into from
Dec 21, 2019
Merged

Update GC signatures #120

merged 8 commits into from
Dec 21, 2019

Conversation

hanachin
Copy link
Contributor

No description provided.

@@ -33,7 +33,7 @@ module GC
# ```
def self.enable: () -> bool

def self.start: (?full_mark: bool full_mark, ?immediate_sweep: bool immediate_sweep) -> NilClass
def self.start: (?full_mark: bool full_mark, ?immediate_mark: bool immediate_mark, ?immediate_sweep: bool immediate_sweep) -> nil
Copy link
Member

Choose a reason for hiding this comment

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

👍

@soutaro soutaro merged commit a058e50 into ruby:master Dec 21, 2019
@hanachin hanachin deleted the gc branch December 29, 2019 15:55
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.

2 participants