Skip to content

Add tests for Kernel#respond_to? without #respond_to_missing?#1349

Open
trinistr wants to merge 1 commit intoruby:masterfrom
trinistr:add-spec-for-respond_to-without-respond_to_missing
Open

Add tests for Kernel#respond_to? without #respond_to_missing?#1349
trinistr wants to merge 1 commit intoruby:masterfrom
trinistr:add-spec-for-respond_to-without-respond_to_missing

Conversation

@trinistr
Copy link
Contributor

@trinistr trinistr commented Mar 3, 2026

#respond_to? should work with unknown names even if #respond_to_missing? is not defined.

@trinistr trinistr force-pushed the add-spec-for-respond_to-without-respond_to_missing branch 2 times, most recently from db85f20 to 7778e3e Compare March 3, 2026 19:11
`#respond_to?` should work with unknown names even if `#respond_to_missing?` is not defined.
@trinistr trinistr force-pushed the add-spec-for-respond_to-without-respond_to_missing branch from 7778e3e to 7750ecb Compare March 3, 2026 19:12
@trinistr
Copy link
Contributor Author

trinistr commented Mar 3, 2026

Annoying, GitHub is dying and failing actions (and I don't have the permission to re-run jobs, it seems)

@headius
Copy link
Contributor

headius commented Mar 3, 2026

@trinistr I triggered a re-run for you.

Copy link
Contributor

@headius headius left a comment

Choose a reason for hiding this comment

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

Good coverage, approved.

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.

2 participants