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

Fix the documentation of Hash#except method [ci skip] #21087

Merged
merged 1 commit into from
Aug 3, 2015
Merged

Fix the documentation of Hash#except method [ci skip] #21087

merged 1 commit into from
Aug 3, 2015

Conversation

meinac
Copy link
Contributor

@meinac meinac commented Jul 31, 2015

No description provided.

@zzak zzak added the docs label Aug 1, 2015
# hash # => { a: true, b: false }
# Replaces the given keys from hash and returns it.
# hash = { a: true, b: false, c: nil }
# hash.except!(:c) # => {a: true, b: false}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we adding an extra space here?

@meinac
Copy link
Contributor Author

meinac commented Aug 3, 2015

@kaspth I've changed the pr. Anything else?

@kaspth
Copy link
Contributor

kaspth commented Aug 3, 2015

Great, thanks ❤️

kaspth added a commit that referenced this pull request Aug 3, 2015
Fix the documentation of Hash#except method [ci skip]
@kaspth kaspth merged commit 351d62e into rails:master Aug 3, 2015
malept added a commit to malept/rails that referenced this pull request May 24, 2016
This is a similar change that occurred for Hash#except in rails#21087.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants