parameterized instance variables
// same page. i.e. two different addresses. credit goes to argv[0] in #rubyonrails on freenode
instance_variable_get("@#{address_type}_address").country.name
DZone Snippets > parameterized
11381 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
instance_variable_get("@#{address_type}_address").country.name