Module: Console1984::Commands
- Includes:
- FrozenMethods
- Defined in:
- lib/console1984/commands.rb
Instance Method Summary collapse
Instance Method Details
#decrypt! ⇒ Object
2 3 4 |
# File 'lib/console1984/commands.rb', line 2 def decrypt! supervisor.enable_access_to_encrypted_content end |
#encrypt! ⇒ Object
6 7 8 |
# File 'lib/console1984/commands.rb', line 6 def encrypt! supervisor.disable_access_to_encrypted_content end |