fails:Module#const_get raises a NameError with the not found constant symbol
fails:Module#const_get calls #to_str to convert the given name to a String
fails:Module#const_get raises a TypeError if conversion to a String by calling #to_str fails
fails:Module#const_get searches into the receiver superclasses if the inherit flag is true
fails:Module#const_get accepts a toplevel scope qualifier
fails:Module#const_get accepts a scoped constant name
fails:Module#const_get raises a NameError if the constant is defined in the receiver's supperclass and the inherit flag is false
fails:Module#const_get raises a NameError when the receiver is a Module, the constant is defined at toplevel and the inherit flag is false
fails:Module#const_get raises a NameError when the receiver is a Class, the constant is defined at toplevel and the inherit flag is false
