vagrant/plugins/pushes/harmony/push.rb

10 lines
152 B
Ruby
Raw Normal View History

2014-10-29 03:54:16 +00:00
module VagrantPlugins
module HarmonyPush
class Push < Vagrant.plugin("2", :push)
def push
puts "pushed"
end
end
end
end