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

Add Kernel#Array behavior with nil to the documentation #113

Open
YannIsCoding opened this issue Oct 5, 2023 · 0 comments
Open

Add Kernel#Array behavior with nil to the documentation #113

YannIsCoding opened this issue Oct 5, 2023 · 0 comments

Comments

@YannIsCoding
Copy link

Kernel#Array returns an empty array when given nil. However, nil is retained when given an array containing nil. Unfortunately, this somehow surprising behavior is not documented.

Array(nil) # => []
Array([nil]) # => [nil]

Shall I open a PR to remedy this? :)

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

No branches or pull requests

1 participant