Project

General

Profile

Actions

Bug #9890

closed

Empty Date class

Added by cbandy (Chris Bandy) almost 10 years ago. Updated over 9 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux]
[ruby-core:62895]

Description

Before anything is loaded/required, there is a non-functional Date class.

$ GEM_HOME= GEM_PATH= irb

irb(main):001:0> Date
=> Date
irb(main):002:0> Date.ancestors
=> [Date, Object, Kernel, BasicObject]
irb(main):003:0> Date.instance_methods(false)
=> []
Actions #3

Updated by drbrain (Eric Hodel) almost 10 years ago

I have not been able to come up with a workaround that allows removal of Date or provides a working Date class.

Updated by Eregon (Benoit Daloze) over 9 years ago

  • Status changed from Third Party's Issue to Closed

Fixed upstream by my commit https://github.com/rubygems/rubygems/pull/948.
And now merged on trunk.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0