Class: Console1984::Commands::Encrypt

Inherits:
IRB::Command::Base
  • Object
show all
Includes:
Ext::Irb::Commands
Defined in:
lib/console1984/commands/encrypt.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



10
11
12
# File 'lib/console1984/commands/encrypt.rb', line 10

def execute(*)
  encrypt!
end