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
defself.define(&block)# TODO: plugins should isolatedp=newp.instance_eval(&block)p.startup# TODO: make sure required attributes are setPlugin.attributes.each{ |symbol| p.instance_variable_get("@#{symbol}").freeze}Plugin.registered_plugins[p.name]=pend
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: