class Console1984::Shield::Modes::Unprotected
An execution mode that doesn't protect encrypted information or external systems.
Public Instance Methods
execute(&block)
click to toggle source
# File lib/console1984/shield/modes/unprotected.rb, line 5 def execute(&block) block.call end