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
Hello 👋 Here's the web site.
Allows you to reduce the amount of code needed to construct a new object. Example:
class Person include Initable[%i[req first], %i[req last]] end Person.new("Jill", "Smith").inspect # "#<Person:0x00000001282e7308 @first=\"Jill\", @last=\"Smith\">"
The text was updated successfully, but these errors were encountered:
ℹ️ Closing since this has been mentioned in the newsletter. Thanks!
Sorry, something went wrong.
lucianghinda
No branches or pull requests
Link to the content
Hello 👋 Here's the web site.
Anything else
Allows you to reduce the amount of code needed to construct a new object. Example:
The text was updated successfully, but these errors were encountered: