Mega Code Archive

 
Categories / Ruby / Method
 

Built-In Reflection

my_string = "times" 3.send(my_string) { print "Hello "}