jeremyevans / home_run

Fast Date/DateTime classes for ruby :: Unmaintained, unnecessary on ruby 1.9.3+
Other
465 stars 10 forks source link

Allow use as a gem #2

Closed jamie closed 14 years ago

jamie commented 14 years ago

I would really like to be able to just

require 'home_run'

and have it undefine the existing Date/DateTime classes and then require its own. Specifically, this would make it usable on Heroku.

jeremyevans commented 14 years ago

Fixed: http://github.com/jeremyevans/home_run/commit/05b0e8d4b46f132b830520cb857e813fd7607db5

jamie commented 14 years ago

Awesome, thanks.