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

Version Path
vagrant-lxc-1.0.1 lib/vagrant-backports/ui.rb
vagrant-lxc-1.0.0 lib/vagrant-backports/ui.rb
vagrant-lxc-1.0.0.alpha.3 lib/vagrant-backports/ui.rb
vagrant-lxc-1.0.0.alpha.2 lib/vagrant-backports/ui.rb
vagrant-lxc-1.0.0.alpha.1 lib/vagrant-backports/ui.rb