matthewrudy / memoist

ActiveSupport::Memoizable with a few enhancements
MIT License
920 stars 99 forks source link

implement BlocksNotSupported exception #41

Closed JelF closed 8 years ago

JelF commented 8 years ago

When somebody calls memoized method with block, an informative error would be raised

closes https://github.com/matthewrudy/memoist/issues/39