Sha256: 83686a663f35541deb8f56e22397f2f7ae89fa6d27445fb9ac19a2271abe07d5
Contents?: true
Size: 173 Bytes
Versions: 5
Compression:
Stored size: 173 Bytes
Contents
module Vagrant module UI class Interface def output(*args) info(*args) end def detail(*args) info(*args) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems