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
rescue
ensure
x rescue y is equivalent to:
x rescue y
begin x rescue y end
x ensure y is equivalent to:
x ensure y
begin x ensure y end
It appears they are not documented here yet.
From https://forum.crystal-lang.org/t/bug-trying-to-downcast-tcpsocket-crystal-virtualtype-tcpsocket-crystal-nongenericclasstype/7413/2
The text was updated successfully, but these errors were encountered:
on it 🫡
Sorry, something went wrong.
Fix issue crystal-lang#803
c57d5d9
No branches or pull requests
x rescue y
is equivalent to:x ensure y
is equivalent to:It appears they are not documented here yet.
From https://forum.crystal-lang.org/t/bug-trying-to-downcast-tcpsocket-crystal-virtualtype-tcpsocket-crystal-nongenericclasstype/7413/2
The text was updated successfully, but these errors were encountered: