Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dblock
/
ruby-enum
Public
Notifications
You must be signed in to change notification settings
Fork
25
Star
189
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Actions: dblock/ruby-enum
Actions
All workflows
Workflows
Coverage
Coverage
Danger
Danger
Danger Comment
Danger Comment
Lint
Lint
Test
Test
Show more workflows...
Management
Caches
Coverage
Coverage
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
coverage.yml
will be ignored since log searching is not yet available
52 workflow runs
52 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Preparing for next development iteration, 1.2.2.
Coverage
#74:
Commit
bff72aa
pushed by
dblock
23s
master
master
23s
View workflow file
Preparing for release, 1.2.1.
Coverage
#73:
Commit
1add00a
pushed by
dblock
19s
v1.2.1
v1.2.1
19s
View workflow file
Preparing for release, 1.2.1.
Coverage
#72:
Commit
1add00a
pushed by
dblock
21s
master
master
21s
View workflow file
Merge pull request #64 from dblock/update-copyright-year
Coverage
#71:
Commit
0578b5f
pushed by
dblock
17s
master
master
17s
View workflow file
Merge pull request #63 from dblock/fix-values-override-issue-62
Coverage
#70:
Commit
239c931
pushed by
dblock
21s
master
master
21s
View workflow file
Zero-pad month in CHANGELOG.md dates for consistency
Coverage
#69:
Commit
d65b1f4
pushed by
dblock
20s
update-copyright-year
update-copyright-year
20s
View #64
View workflow file
Update copyright year to 2026
Coverage
#68:
Commit
2a0e829
pushed by
dblock
16s
update-copyright-year
update-copyright-year
16s
View workflow file
Fix values, value? and key returning a superclass' overridden value (…
Coverage
#67:
Commit
c3268a5
pushed by
dblock
16s
fix-values-override-issue-62
fix-values-override-issue-62
16s
View #63
View workflow file
Fix values including a superclass' overridden value (#62)
Coverage
#66:
Commit
2cbc30f
pushed by
dblock
20s
fix-values-override-issue-62
fix-values-override-issue-62
20s
View workflow file
Preparing for next development iteration, 1.2.1.
Coverage
#65:
Commit
9b8676c
pushed by
dblock
19s
master
master
19s
View workflow file
Preparing for release, 1.2.0.
Coverage
#64:
Commit
562bd52
pushed by
dblock
21s
v1.2.0
v1.2.0
21s
View workflow file
Preparing for release, 1.2.0.
Coverage
#63:
Commit
562bd52
pushed by
dblock
20s
master
master
20s
View workflow file
Merge pull request #61 from dblock/document-performance
Coverage
#62:
Commit
4c2bfb8
pushed by
dblock
23s
master
master
23s
View workflow file
Document Ruby::Enum performance overhead in README
Coverage
#61:
Commit
bf5bfb1
pushed by
dblock
22s
document-performance
document-performance
22s
View #61
View workflow file
Document Ruby::Enum performance overhead in README
Coverage
#60:
Commit
67f6c30
pushed by
dblock
15s
document-performance
document-performance
15s
View workflow file
Merge pull request #60 from dblock/memoize-enum-hash
Coverage
#59:
Commit
82457aa
pushed by
dblock
19s
master
master
19s
View workflow file
Memoize merged enum hashes and add inheritance benchmarks
Coverage
#58:
Commit
6c22990
pushed by
dblock
16s
memoize-enum-hash
memoize-enum-hash
16s
View #60
View workflow file
Revert CHANGELOG.md changes
Coverage
#57:
Commit
7bd68a9
pushed by
dblock
20s
memoize-enum-hash
memoize-enum-hash
20s
View workflow file
Memoize merged enum hashes and add inheritance benchmark
Coverage
#56:
Commit
8ba02a7
pushed by
dblock
20s
memoize-enum-hash
memoize-enum-hash
20s
View workflow file
Merge pull request #59 from dblock/subclass-inherited-values
Coverage
#55:
Commit
28d00d7
pushed by
dblock
17s
master
master
17s
View workflow file
Inherit keys, key?, value?, key, value, to_h, parse and each from sup…
Coverage
#54:
Commit
e11b310
pushed by
dblock
23s
subclass-inherited-values
subclass-inherited-values
23s
View #59
View workflow file
Fix 'sub class' -> 'subclass' spelling in README.md
Coverage
#53:
Commit
2ce77b1
pushed by
dblock
19s
subclass-inherited-values
subclass-inherited-values
19s
View workflow file
Add example of subclass redefining a parent key to README.md
Coverage
#52:
Commit
ea7114e
pushed by
dblock
20s
subclass-inherited-values
subclass-inherited-values
20s
View workflow file
Add tests for a subclass redefining a parent class' key
Coverage
#51:
Commit
59b450d
pushed by
dblock
17s
subclass-inherited-values
subclass-inherited-values
17s
View workflow file
Unwrap prose in UPGRADING.md
Coverage
#50:
Commit
068cc82
pushed by
dblock
21s
subclass-inherited-values
subclass-inherited-values
21s
View workflow file
Previous
1
2
3
Next
You can’t perform that action at this time.