aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils
diff options
context:
space:
mode:
authorJack Nagel2014-06-18 19:23:42 -0500
committerJack Nagel2014-06-18 19:25:35 -0500
commitcf0c666a3ed653cdc5b767e36a7ac1a1b81c0f70 (patch)
tree42a68b07a11ab181993de1f497b45ac7a91dc471 /Library/Homebrew/utils
parent34e355362f6232bf73bd96525df7c60d24bf1621 (diff)
downloadhomebrew-cf0c666a3ed653cdc5b767e36a7ac1a1b81c0f70.tar.bz2
Expose inreplace as a class method
Diffstat (limited to 'Library/Homebrew/utils')
-rw-r--r--Library/Homebrew/utils/inreplace.rb1
1 files changed, 1 insertions, 0 deletions
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