Remove usless comments.

This commit is contained in:
Markus Reiter 2017-10-21 19:52:43 +02:00
parent b63a5cbd4b
commit 526299913f
2 changed files with 5 additions and 5 deletions

View File

@ -1097,7 +1097,7 @@ module Homebrew
def all def all
methods.map(&:to_s).grep(/^check_/) methods.map(&:to_s).grep(/^check_/)
end end
end # end class Checks end
end end
end end

View File

@ -245,7 +245,7 @@ module Language
"-v", "--no-deps", "--no-binary", ":all:", "-v", "--no-deps", "--no-binary", ":all:",
"--ignore-installed", *targets "--ignore-installed", *targets
end end
end # class Virtualenv end
end # module Virtualenv end
end # module Python end
end # module Language end