splitwise / cacheable

A quick way to make cacheable method calls in Ruby
MIT License
48 stars 2 forks source link

Fix incorrect constant name for nested modules/classes #8

Closed agrberg closed 5 years ago

agrberg commented 5 years ago

Method: Turn "Foo::Bar::Baz", the name value of the nested Baz class into Baz::FooBarBazCacher interceptor constant

[fixes #1]