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
Many of the classes in extend/ have methods that could live elsewhere (e.g. FileUtils.scons could live in Formula where it's actually used) or be made into modules that could be included only when needed.
Many of the classes in
extend/have methods that could live elsewhere (e.g.FileUtils.sconscould live inFormulawhere it's actually used) or be made into modules that could be included only when needed.