Module: Lockness::Help
- Defined in:
- lib/lockness/help.rb
Class Method Summary collapse
Class Method Details
.help ⇒ Object
8 9 10 11 12 13 14 15 16 17 |
# File 'lib/lockness/help.rb', line 8 def self.help " USAGE:\n\n lockness init # generates a master.key\n lockness edit <filename> # create or edit a new file\n lockness show <filename> # view an encrypted file\n lockness # show this help\n HELP\nend\n" |
.show ⇒ Object
4 5 6 |
# File 'lib/lockness/help.rb', line 4 def self.show puts help end |