Sha256: 99a86716833f404058f190b364036d9298a41ff4d03f40614d87c9295c1e8c02
Contents?: true
Size: 151 Bytes
Versions: 62
Compression:
Stored size: 151 Bytes
Contents
module VagrantPlugins module NoopDeploy class Push < Vagrant.plugin("2", :push) def push puts "pushed" end end end end
Version data entries
62 entries across 55 versions & 7 rubygems