summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-05-03 22:22:19 +0900
committerNobuyoshi Nakada <[email protected]>2024-09-29 21:00:25 +0900
commit1179c86384bb6211d45bf721651b100dca1fb53e ()
tree6b7b2509e49f84da2cdbd1add98f89b469b98a96 /ext
parent65a0795c3f92be5bff27211600cf3a832ab43b2f (diff)
win32/sspi: Already Fixnum has been removed years ago
Notes: Merged: https://.com/ruby/ruby/pull/11722
-rw-r--r--ext/win32/lib/win32/sspi.rb2
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ module Win32
def ==(other)
if other.is_a?(SSPIResult)
@value == other.value
- elsif other.is_a?(Fixnum)
@value == @@map[other]
else
false