You just need to add a const_missing class method to the class that calls Object.const_get.
Note that here you do need to preface the reference to Object with a double colon, otherwise you'll probably get a SystemStackError.