Method: Aid::Script#exit_with_help!

Defined in:
lib/aid/script.rb

#exit_with_help!Object



17
18
19
20
# File 'lib/aid/script.rb', line 17

def exit_with_help!
  puts self.class.help
  exit
end