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
Hey chris2,
Do you think you could clarify on that part?
I am unsure what smalltalk: symbols are and perhaps other people may also not know.
Thanks!
The text was updated successfully, but these errors were encountered:
"Robert A. Heiler" [email protected] writes:
Hey chris2, Do you think you could clarify on that part? I am unsure what smalltalk: symbols are and perhaps other people may also not know.
Well, these new-style symbol hashes in Ruby 2:
>> {foo: 42, bar: 23} => {:foo=>42, :bar=>23} >> p foo: 42, bar: 23 {:foo=>42, :bar=>23}
I think they are harder to parse because that it's a symbol is only clear at the final :.
:
Christian Neukirchen [email protected] http://chneukirchen.org
Sorry, something went wrong.
No branches or pull requests
Hey chris2,
Do you think you could clarify on that part?
I am unsure what smalltalk: symbols are and perhaps other people may also not know.
Thanks!
The text was updated successfully, but these errors were encountered: