Class: Console1984::Shield::Modes::Protected

Inherits:
Object
  • Object
show all
Includes:
Freezeable
Defined in:
lib/console1984/shield/modes/protected.rb

Overview

An execution mode that protects encrypted information and connection to external systems.

Instance Method Summary collapse

Methods included from Freezeable

freeze_all, included

Instance Method Details

#execute(&block) ⇒ Object



14
15
16
# File 'lib/console1984/shield/modes/protected.rb', line 14

def execute(&block)
  protecting(&block)
end