class_eval is a very popular method in high level ruby coding. This method is called upon class objects and module objects to create methods during runtime. In this video we will understand the concept and will also see how to use this method via demo example