Source: http://ruby-metaprogramming.rubylearning.com/
Exercise 1: Get the values from outside the class.
Exercise 2: Add your code to display 'I like metaprogramming!'
Exercise 3: Show lots of ways to define singleton method.
Exercise 4: Glance into Ruby inside with binding method.
Exercise 5: Define the class without class and def.