Open smudge opened 1 year ago
It would be nice to be able to def up some helper methods inside the add_persona block that are callable from within sign_in_as but don't pollute any global namespaces (at the least to avoid naming conflicts).
def
add_persona
sign_in_as
It would be nice to be able to
def
up some helper methods inside theadd_persona
block that are callable from withinsign_in_as
but don't pollute any global namespaces (at the least to avoid naming conflicts).