Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelherold/method_missing_regression


https://github.com/michaelherold/method_missing_regression

Last synced: 7 days ago
JSON representation

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.