From 21e243bf1377fc9e3b7e758ae4377c19fa93774a Mon Sep 17 00:00:00 2001 From: blackhedd Date: Sat, 2 Sep 2006 17:08:47 +0000 Subject: [PATCH] comment --- lib/net/ber.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/ber.rb b/lib/net/ber.rb index 446a4be..57c1b5b 100644 --- a/lib/net/ber.rb +++ b/lib/net/ber.rb @@ -160,7 +160,7 @@ module Net end =end - # == is expensive so sort this if/else so the common cases are at the top. + # == is expensive so sort this if/else so the common cases are at the top. obj = if objtype == :string #(newobj || "").dup s = BerIdentifiedString.new( newobj || "" )