I'm an independent software developer.
Find me online:
- Home page: https://kyrylo.org
- 𝕏 - @kyrylo
- Bluesky: @kyrylo.org
My notable projects:
- telebugs.com - self-hosted error tracking without the Sentry stack
- weuserails.com - a directory of Rails apps
I'm an independent software developer.
Find me online:
My notable projects:
Constant lookup in Ruby can happen lexically or through the
ancestry tree of the receiver(a class or module). You can identify
which lookup rules are being applied by the context you're in or by
the syntax being used to define a class or module.