Files
ubicloud/prog/vm/github_runner.rb
Enes Cakir d937261d1d Use forwardable in the GithubRunner prog for easier access to associations
I didn't know about the 'forwardable' delegator when I first wrote this
prog. I learned about it from PostgresResourceNexus.

It eliminates the need to write certain property accessors, and reduces
line width significantly, and enhances code readability.
2025-08-06 17:30:37 +03:00

18 KiB