Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can dynamically set args to values_of using an array #12

Closed
wants to merge 2 commits into from

Conversation

balwantk
Copy link

@balwantk balwantk commented Nov 1, 2012

No description provided.

@ernie
Copy link
Owner

ernie commented Nov 1, 2012

@balwantk You can already do this by splatting:

Person.values_of *dynamically_created_attrs_array

@ernie ernie closed this Nov 1, 2012
@balwantk
Copy link
Author

balwantk commented Nov 1, 2012

Oh! thanks @ernie!

Apologies for being ignorant.. :(


Sent from my phone.

On 01-Nov-2012, at 7:26 PM, Ernie Miller notifications@github.com wrote:

@balwantk You can already do this by splatting:

Person.values_of *dynamically_created_attrs_array

Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants