Skip to content

Instantly share code, notes, and snippets.

@indigoviolet
Created December 23, 2017 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indigoviolet/7422ea021d254c34950220a8d5e005a1 to your computer and use it in GitHub Desktop.
Save indigoviolet/7422ea021d254c34950220a8d5e005a1 to your computer and use it in GitHub Desktop.
fin blog embed
new_a_data = a_data.clone do |params|
params[:attribute_value] = "789"
end
=> #<struct AttributeData attribute_name="a_name", attribute_id=456, attribute_value="789">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment