You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a small middleclass plug-in that makes it possible to use middleclass with Class-Commons (https://github.com/bartbes/Class-Commons)
In order to make middleclass compliant with Class-Common's specs, you must download and install middleclass-commons right after you do the same with middleclass:
require 'middleclass'
require 'middleclass-commons'
And then you are good to go.
== tests
The tests are stored on a git submodule. Use the following commands to get them