We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Integrated page into crystal-book at https://github.com/crystal-lang/crystal-book/pull/470
Add getter? and property? to the Properties section.
add some negative examples
Add explicit example
Fix typo
Add difference in passing named arguments
Added section for Pseudo Constants, document the difference between __DIR__ and __dir__ in Ruby
Updated Crystal for Rubyists (markdown)
Fix Ruby method names (`attr_getter` becomes `attr_reader`, ...)
add example
getters and other similar macros are not keywords
Overall improvements, removed some sections which were already explained or are explained on the FAQ
Added new keywords responds_to? and verbatim (used in macros) to reflect recent language changes.
keywords without sidescroll
Alphabetical was easier for me to read
Fix spaces
Fix tabulation
Fix indentation
Add more keywords
union isn't a keyword
List all crystal keywords
Add explanation about .each returning nil
Correct Crystal private methods keyword explanation
Add explanation about private keyword for Rubyists
Fix arithmetic typo