Class: Console1984::Shield::Modes::Unprotected

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

Overview

An execution mode that doesn’t protect encrypted information or external systems.

Instance Method Summary collapse

Methods included from Freezeable

freeze_all, included

Instance Method Details

#execute(&block) ⇒ Object



5
6
7
# File 'lib/console1984/shield/modes/unprotected.rb', line 5

def execute(&block)
  block.call
end