alias_method.cr v0.3.0

Crystal does not provide a ready-to-use mechanism for creating method aliases, and the general Crystal code style recommendation is that one should avoid having multiple names that invoke the same method. However, there are times where creating method aliases is useful. This shard creates an alias_method macro that can be used to easily create method aliases which are functionally identical to the original method.
  • v0.3.0 - October 14, 2021
  • v0.2.0 - October 13, 2021
  • v0.1.0 - October 8, 2021
Development dependencies (1)
Repository

alias_method.cr

Owner
Statistic
  • 3
  • 0
  • 0
  • 0
  • 1
  • over 2 years ago
  • September 27, 2021
License

Apache License 2.0

Links
Synced at

Fri, 19 Apr 2024 13:37:48 GMT

Languages