Method: Application#help

Defined in:
lib/appl.rb

#helpObject

Raises:



53
54
55
56
# File 'lib/appl.rb', line 53

def help
  self.class.help
  raise Done
end