[ruby-cvs:79139] 91601dcc6a (master): Simplify obj2ubits checks

"John Hawthorn" <[email protected]> Tue, 14 Jan 2020 06:58:39 +0900 (JST)
Newsgroups gmane.comp.lang.ruby.cvs
Message-ID <[email protected]>
John Hawthorn	2020-01-03 04:48:03 +0900 (Fri, 03 Jan 2020)

  New Revision: 91601dcc6a

  https://github.com/ruby/ruby/commit/91601dcc6a

  Log:
    Simplify obj2ubits checks
    =

    If this value is less than zero, then the mask check is guaranteed to=

    fail as well, so we might as well rely on that.

  Modified files:
    test/ruby/test_time.rb
    time.c=