Mega Code Archive

 
Categories / Ruby / Method
 

Calling Methods Dynamically

"this is a test".send(:length) # 13  "this is a sub".send("sub", /iles/, '.')