Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelherold/method_missing_regression
https://github.com/michaelherold/method_missing_regression
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelherold/method_missing_regression
- Owner: michaelherold
- Created: 2015-03-19T19:00:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T13:40:01.000Z (over 9 years ago)
- Last Synced: 2024-10-09T23:11:01.307Z (28 days ago)
- Language: Ruby
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `method_missing` Regression Test
This is a simple test that uses a Hash with its attributes wrapped
in method accessors (a la Hashie).The tests all pass in older versions of Ruby, but have stopped passing
in versions >= ruby-2.2.0.The Travis test should produce the error, while the description of the
simple Widget class explains the expected behavior.