Sha256: f0ba11d45ca2f46d06f7bef2dbf326006edbcd90bda3a5942f5386f20c10950c
Contents?: true
Size: 286 Bytes
Versions: 4
Compression:
Stored size: 286 Bytes
Contents
require 'vagrant' class PEBuild::Command::List < Vagrant::Command::Base def execute if File.directory? PEBuild.archive_directory and (entries = Dir["#{PEBuild.archive_directory}/*"]) puts entries.join('\n') else warn "No PE versions downloaded." end end end
Version data entries
4 entries across 4 versions & 2 rubygems