From 4fd63dc4f8670df9b0ded98eb9a30f004069e4b8 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 18 Jun 2014 19:23:42 -0500 Subject: Expose inreplace as a class method --- Library/Homebrew/utils/inreplace.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/utils') diff --git a/Library/Homebrew/utils/inreplace.rb b/Library/Homebrew/utils/inreplace.rb index a6451c49f..52a43ece9 100644 --- a/Library/Homebrew/utils/inreplace.rb +++ b/Library/Homebrew/utils/inreplace.rb @@ -20,5 +20,6 @@ module Utils Pathname(path).atomic_write(s) end end + module_function :inreplace end end -- cgit v1.2.3