We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Small API improvement idea: instead of
stuff({ css: 'div.some-class' }, :list)
I want to be able to write:
stuff :list, css: 'div.some-class'
To me, this reads more like idiomatic ruby.
For the edge case where a user specifies both positional and hash arguments, we could just accept the first one? Or merge the two?
If you think this is worth it, I'd be happy to make a PR 😄
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Small API improvement idea: instead of
I want to be able to write:
To me, this reads more like idiomatic ruby.
For the edge case where a user specifies both positional and hash arguments, we could just accept the first one? Or merge the two?
If you think this is worth it, I'd be happy to make a PR 😄
The text was updated successfully, but these errors were encountered: