Sha256: 99a215aedb2da250b8e77e1b27e3bb780cfe8f6574b20779cb74c98fc1ad39e9
Contents?: true
Size: 336 Bytes
Versions: 4
Compression:
Stored size: 336 Bytes
Contents
require "vagrant" module VagrantPlugins module CommandServe class Plugin < Vagrant.plugin("2") name "start Vagrant server" description <<-DESC Start Vagrant in server mode DESC command("serve") do require File.expand_path("../command", __FILE__) Command end end end end
Version data entries
4 entries across 4 versions & 2 rubygems