4 5 6
# File 'lib/enigma_ruby/commands/reflect.rb', line 4 def execute(context) context[:encoded_char] = Reflector.reflect(context[:encoded_char]) end