We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc54a9c commit 21e243bCopy full SHA for 21e243b
lib/net/ber.rb
@@ -160,7 +160,7 @@ def read_ber syntax=nil
160
end
161
=end
162
163
- # == 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.
164
obj = if objtype == :string
165
#(newobj || "").dup
166
s = BerIdentifiedString.new( newobj || "" )
0 commit comments