kaspth / oaken

A fresh blended alternative to Fixtures & FactoryBot for dev and test data.
MIT License
201 stars 6 forks source link

Lineno refactor #56

Closed kaspth closed 1 year ago

kaspth commented 1 year ago

On second thought, I'd rather have our DSL manage the stack frames and extracting the line numbers.

And then I'm also reusing the instance_eval logic so our method redefinition on replay is a little cleaner.