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 || "" )