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

Fix public_methods et al, for real this time #2202

Merged
merged 2 commits into from
Jul 10, 2024
Merged

Fix public_methods et al, for real this time #2202

merged 2 commits into from
Jul 10, 2024

Commits on Jul 10, 2024

  1. Fix behavior in spec runner

    Two problems:
    
    1. It was not possible to pass `nil` as the third argument.
    2. `it_behaves_like` was kinda working by accident... the `@object`
    value was not set and was nil.
    seven1m committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7127245 View commit details
    Browse the repository at this point in the history
  2. Fix bug with Kernel#public_methods et al

    This was missed because there was a bug in our spec runner and shared
    behaviors. See previous commit.
    seven1m committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5a84746 View commit details
    Browse the repository at this point in the history