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

Ruby3 support #381

Merged
merged 5 commits into from
May 9, 2021
Merged

Ruby3 support #381

merged 5 commits into from
May 9, 2021

Conversation

soutaro
Copy link
Owner

@soutaro soutaro commented May 9, 2021

Working for #336.

This PR implements support for end-less defs and numbered parameters.

@@ -5,8 +5,6 @@
require "bundler/setup"
require 'steep'

require "minitest/reporters"
Minitest::Reporters.use! [Minitest::Reporters::DefaultReporter.new]
Copy link
Owner Author

Choose a reason for hiding this comment

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

RubyMine complained about the use of Minitest::Reporters.

@soutaro soutaro marked this pull request as ready for review May 9, 2021 07:53
@soutaro soutaro merged commit 0c13ffc into master May 9, 2021
@soutaro soutaro deleted the ruby3 branch May 9, 2021 07:54
@soutaro soutaro linked an issue May 9, 2021 that may be closed by this pull request
5 tasks
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.

Support Ruby 3 syntax
1 participant