Sha256: 75f12fc3ca5cd1c17d3af37e6f08324b730afd7cdd5ebd446817ca6c43a02e98
Contents?: true
Size: 578 Bytes
Versions: 63
Compression:
Stored size: 578 Bytes
Contents
require "vagrant/plugin/state_file" module VagrantPlugins module CommandPlugin module Command class Base < Vagrant.plugin("2", :command) # This is a helper for executing an action sequence with the proper # environment hash setup so that the plugin specific helpers are # in. # # @param [Object] callable the Middleware callable # @param [Hash] env Extra environment hash that is merged in. def action(callable, env=nil) @env.action_runner.run(callable, env) end end end end end
Version data entries
63 entries across 56 versions & 8 rubygems