don't let the lookup return nil
This commit is contained in:
parent
28b6092ea3
commit
3e9789880d
2 changed files with 4 additions and 3 deletions
3
thing.rb
3
thing.rb
|
@ -21,7 +21,8 @@ end
|
|||
require './huffman'
|
||||
|
||||
$log = Logger.new(STDERR)
|
||||
$log.level = Logger::DEBUG
|
||||
#$log.level = Logger::DEBUG
|
||||
$log.level = Logger::FATAL
|
||||
|
||||
class BitWriter
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue