Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions corelib/numeric.rb
Original file line number Diff line number Diff line change
@@ -175,6 +175,8 @@ def <=>(other)
return #{send_coerced :<=>, other};
}
}
rescue TypeError
nil
end

def <<(count)

0 comments on commit b73e1e7

Please sign in to comment.