Sha256: 3be4ceae2f8501afe9c055e70065ff9a3afcbcda3b10eba642995970d82a2b7a

Contents?: true

Size: 92 Bytes

Versions: 1

Compression:

Stored size: 92 Bytes

Contents

class Command < Vagrant.plugin(2, :command)
  def execute
    puts "Hello!"
    0
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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