diff options
| author | Jack Nagel | 2015-01-04 14:29:00 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-01-04 14:29:00 -0500 |
| commit | 683e209b10e897199595696f9c86a9568fd7bc6c (patch) | |
| tree | 37cd32be5277f9ec9ba622005aef10a5dc745966 /Library/Homebrew/formula_versions.rb | |
| parent | 991f540855c5504f801f70c4e8f07bd64f42f62a (diff) | |
| download | brew-683e209b10e897199595696f9c86a9568fd7bc6c.tar.bz2 | |
Remove unused argument
Diffstat (limited to 'Library/Homebrew/formula_versions.rb')
| -rw-r--r-- | Library/Homebrew/formula_versions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_versions.rb b/Library/Homebrew/formula_versions.rb index 07770b41c..fc3c1cbaa 100644 --- a/Library/Homebrew/formula_versions.rb +++ b/Library/Homebrew/formula_versions.rb @@ -54,7 +54,7 @@ class FormulaVersions formula_at_revision(rev) { |f| f.version } end - def formula_at_revision rev, &block + def formula_at_revision(rev) FileUtils.mktemp(f.name) do path = Pathname.pwd.join("#{f.name}.rb") path.write file_contents_at_revision(rev) |
