Remove unused argument

This commit is contained in:
Jack Nagel 2015-01-04 14:29:00 -05:00
parent 991f540855
commit 683e209b10

View File

@ -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)