mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
win32/sspi: Already Fixnum has been removed years ago
This commit is contained in:
parent
65a0795c3f
commit
1179c86384
Notes:
git
2024-09-29 12:34:35 +00:00
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ module Win32
|
||||||
def ==(other)
|
def ==(other)
|
||||||
if other.is_a?(SSPIResult)
|
if other.is_a?(SSPIResult)
|
||||||
@value == other.value
|
@value == other.value
|
||||||
elsif other.is_a?(Fixnum)
|
elsif other.is_a?(Integer)
|
||||||
@value == @@map[other]
|
@value == @@map[other]
|
||||||
else
|
else
|
||||||
false
|
false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue