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

Add exhaustive case matcher #43

Merged
merged 4 commits into from
Jan 7, 2024
Merged

Add exhaustive case matcher #43

merged 4 commits into from
Jan 7, 2024

Commits on Jan 7, 2024

  1. Add exhaustive case matcher

    Can be used by including `Ruby::Enum::Ecase` in an enum class. It will
    add a method called `ecase` that can be used to simulate a case
    statement that will raise an error if a case/enum value is not handled.
    peterfication committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    00e895f View commit details
    Browse the repository at this point in the history
  2. Add benchmarks

    peterfication committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    202507c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6ba0bc View commit details
    Browse the repository at this point in the history
  4. Prepare 1.0.0 release

    peterfication committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    37349b4 View commit details
    Browse the repository at this point in the history