Ruby - Metaprogramming Fundamentals
You want to create a dynamic class with
Class.new that has an initializer accepting a name and a method greet returning "Hello, <name>". Which code correctly implements this?