Sha256: 15f0ba883d9b364759ee1f5d7d0d5eb7c002203854fbc0d36f2bf41595dd78ec

Contents?: true

Size: 245 Bytes

Versions: 6

Compression:

Stored size: 245 Bytes

Contents

module Vagrant
  module Util
    def wrap_output
      puts "====================================================================="
      yield
      puts "====================================================================="
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
vagrantup-0.4.3.dev lib/vagrant/util/output_helper.rb
vagrantup-0.4.1 lib/vagrant/util/output_helper.rb
vagrantup-0.4.0 lib/vagrant/util/output_helper.rb
vagrant-0.4.2 lib/vagrant/util/output_helper.rb
vagrant-0.4.1 lib/vagrant/util/output_helper.rb
vagrant-0.4.0 lib/vagrant/util/output_helper.rb