Class: Vmit::Plugins::Hello

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/vmit/plugins/hello.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



27
28
29
# File 'lib/vmit/plugins/hello.rb', line 27

def execute
  puts "Hello"
end