Ruby: add keywords used for refinements to the mixin methods list
- Sep 15, 2022
-
-
Jyrki Gadinger authored
This adds two keywords (`refine` and `using`) to the list of highlighted mixin methods. Refinements is a feature introduced in Ruby 2.0 that basically allows the developer to extend existing classes without affecting the global scope.
0c03a39d
-