Class: Vixen::CommandLine::Halt

Inherits:
Base
  • Object
show all
Defined in:
lib/vixen/command_line/halt.rb

Instance Attribute Summary

Attributes inherited from Base

#start

Instance Method Summary collapse

Methods inherited from Base

#elapsed_time, #initialize, #new_line_after, #print

Constructor Details

This class inherits a constructor from Vixen::CommandLine::Base

Instance Method Details

#executeObject



4
5
6
# File 'lib/vixen/command_line/halt.rb', line 4

def execute
  puts "Halt is not yet implemented"
end