Sha256: bd4f6a6d6cfbe3e9c359372eed40a4e3b92838666aa5a3763d8f546a5a76da7c

Contents?: true

Size: 408 Bytes

Versions: 1

Compression:

Stored size: 408 Bytes

Contents

# frozen_string_literal: true

require_relative "helloworld/version"

module Vagrant
  module Luccych
    module HelloWorld
        class Error < StandardError; end
        # Your code goes here...
        class MyPlugin < Vagrant.plugin("2")
          name "My Plugin"
          command "run-my-plugin" do
            require_relative "command"
            Command
          end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-luccych-helloworld-0.1.3 lib/vagrant/luccych/helloworld.rb