Skip to content

Instantly share code, notes, and snippets.

@jonesdeini
Created June 13, 2012 15:07
Show Gist options
  • Save jonesdeini/2924649 to your computer and use it in GitHub Desktop.
Save jonesdeini/2924649 to your computer and use it in GitHub Desktop.
col = "name"
val = "my_cool_name_bro"
new_program = Program.new
(new_program.send(col)) = val
@jonesdeini
Copy link
Author

new_program.send :"#{col}=", val

@lnguyen
Copy link

lnguyen commented Jun 13, 2012

cool story bro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment