ArgumentError: Anonymous modules have no name to be referenced by
Huh?
This less-than-clear error messages means you're trying to use a class or module which doesn't exist. The 'anonymous' module is the one you're trying to use.
Maybe you've got a typo in the class name, or maybe you're missing a require somewhere.
