From eda54a8b0feef467729bd127b9b018d4d8db1112 Mon Sep 17 00:00:00 2001 From: elliottcable Date: Fri, 13 Mar 2009 15:10:45 -0400 Subject: [PATCH] No need to handle nil input in `Key.process`, as `Nfoiled.read!` will do so. --- lib/nfoiled/key.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/nfoiled/key.rb b/lib/nfoiled/key.rb index e27d9fc..7058664 100644 --- a/lib/nfoiled/key.rb +++ b/lib/nfoiled/key.rb @@ -14,7 +14,6 @@ module Nfoiled ## # Responsible for processing input from `Nfoiled::read!`. Returns def self.process charint - return unless charint new case charint when 9, 32..126; then charint.chr else Names[charint] -- 2.11.4.GIT