Skip to content
Snippets Groups Projects
Commit b2ac693d authored by Misty De Meo's avatar Misty De Meo
Browse files

Formula: include Utils::Shell

parent e40d70c7
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ require "formula_lock"
require "formula_pin"
require "hardware"
require "utils/bottles"
require "utils/shell"
require "build_environment"
require "build_options"
require "formulary"
......@@ -41,6 +42,7 @@ require "migrator"
class Formula
include FileUtils
include Utils::Inreplace
include Utils::Shell
extend Enumerable
# @!method inreplace(paths, before = nil, after = nil)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment