Using define_method to cleanup your code
In ruby you can define methods at runtime, to do that, you can use for example the define_method to create at runtime new instance methods. Why... »
In ruby you can define methods at runtime, to do that, you can use for example the define_method to create at runtime new instance methods. Why... »