From 7fd108911504b4188cf47a081d262ed6936563ba Mon Sep 17 00:00:00 2001 From: blackhedd Date: Sat, 2 Sep 2006 14:48:42 +0000 Subject: [PATCH] comment --- lib/net/ber.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/net/ber.rb b/lib/net/ber.rb index 6f7b5af..f01b767 100644 --- a/lib/net/ber.rb +++ b/lib/net/ber.rb @@ -104,6 +104,7 @@ module Net newobj = read contentlength + # This exceptionally clever and clear bit of code is verrrry slow. objtype = nil [syntax, BuiltinSyntax].each {|syn| if syn && (ot = syn[tagclass]) && (ot = ot[encoding]) && ot[tag]