Zeitwerk ergonomics question:

Say that I have a pack path like `packs/parent/child/app/models/grandchild.rb`

Most files today would define that as:

class Grandchild < ApplicationRecord; end

....but I would prefer it _also_ supports:

class Parent::Child::Grandchild

(inline nesting for space)

Comments