class_eval and open classes
Benjamin, reopen class will not inform you (but class_eval
will raise error) if the existing class does not exist or not loaded.
But if you have test coverage, reopen class should be safe I guess?
See https://stackoverflow.com/a/900508/474597 for more detailed explanation.