Skip to content

Instantly share code, notes, and snippets.

@jonesdeini
Created June 13, 2012 15:07
Show Gist options
  • Select an option

  • Save jonesdeini/2924649 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
Author

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

@lnguyen

lnguyen commented Jun 13, 2012

Copy link
Copy Markdown

cool story bro

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