summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/ruby-mode-resources/ruby.rb
AgeCommit message (Expand)Author
2025-09-16ruby-syntax-propertize: Add exception for /=Dmitry Gutov
2023-12-16ruby-syntax-methods-before-regexp: Drop this whitelistDmitry Gutov
2023-02-28ruby-mode: Fix method call indentation in rhs of multiple assignmentDmitry Gutov
2023-01-09; ruby.rb: Fix pattern matching syntax and extend the exampleDmitry Gutov
2022-12-31Add new options for Ruby code indentationDmitry Gutov
2022-12-19ruby-method-params-indent: New user optionDmitry Gutov
2022-12-19ruby-mode: Support endless singleton method definitions tooDmitry Gutov
2022-12-18ruby-mode: Support endless methods (bug#54702)Dmitry Gutov
2022-12-17ruby-mode: Recognize instance or global var as first arg in parenless callDmitry Gutov
2022-10-15; Prefer HTTPS to HTTP in many URLsStefan Kangas
2022-04-26Fix Ruby indentation with double splat as first block paramDmitry Gutov
2022-03-21Support indentation of Ruby pattern matching expressionsDmitry Gutov
2021-02-02ruby-syntax-propertize: Fix certain cases following ::Dmitry Gutov
2020-12-31ruby-mode: Recognize setter symbolsDmitry Gutov
2020-10-24; Prefer https to http in more URLsStefan Kangas
2020-09-21Convert manual indent test for ruby-mode into unit testStefan Kangas