- Adds `Object#attrs` method for querying nested attributes - Adds `Array#where` to return a subset of elements matching a condition - Adds `Array#find_by` to return the first element matching a condition - Adds `Object#matches?` to check if an object matches a condition - Adds `Hash#method_missing` to allow {a: 1}.a instead of {a: 1}[:a]
Required Ruby Version
>= 2.7.0
Authors
Matthew Greenfield
Versions
- 0.1.12 February 04, 2026 (5.5 KB)
- 0.1.11 November 21, 2025 (5.5 KB)
- 0.1.10 May 07, 2025 (5.5 KB)
- 0.1.9 May 06, 2025 (6 KB)
- 0.1.8 November 22, 2024 (5.5 KB)