Skip to content

Instantly share code, notes, and snippets.

@febuiles
Created December 3, 2008 06:34
Show Gist options
  • Select an option

  • Save febuiles/31443 to your computer and use it in GitHub Desktop.

Select an option

Save febuiles/31443 to your computer and use it in GitHub Desktop.
def add_new_method
define_method(:params[:method_name].to_s,
lambda { eval(:params[:method_body])})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment