phlex
phlex copied to clipboard
Public Context
I wanted to open this draft PR so we had a space to talk about the API here.
- Internally I've called this data
user_context - The public API to access it is just at
context - To allow for setting
user_contextthrough thecallmethod, I've needed to rename the existingcontextkeyword argument. So I made both it andparentuse our internal naming scheme_context:, _parent: contextis by default an empty Hash
What are everyone's thoughts?