You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now remote_module! uses string interpolation and relies on the magic syntax to generate the :in_module command.
Maybe we can directly use send_and_receive(:in_module, module) or something similar to avoid that.
The text was updated successfully, but these errors were encountered:
Right now
remote_module!
uses string interpolation and relies on the magic syntax to generate the:in_module
command.Maybe we can directly use
send_and_receive(:in_module, module)
or something similar to avoid that.The text was updated successfully, but these errors were encountered: