File tree 2 files changed +2
-0
lines changed
core/src/main/java/org/jruby
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1745,6 +1745,7 @@ private void initBuiltins() {
1745
1745
addLazyBuiltin ("fcntl.rb" , "fcntl" , "org.jruby.ext.fcntl.FcntlLibrary" );
1746
1746
addLazyBuiltin ("pathname.jar" , "pathname" , "org.jruby.ext.pathname.PathnameLibrary" );
1747
1747
addLazyBuiltin ("set.rb" , "set" , "org.jruby.ext.set.SetLibrary" );
1748
+ addLazyBuiltin ("date.jar" , "date" , "org.jruby.ext.date.DateLibrary" );
1748
1749
1749
1750
addLazyBuiltin ("mathn/complex.jar" , "mathn/complex" , "org.jruby.ext.mathn.Complex" );
1750
1751
addLazyBuiltin ("mathn/rational.jar" , "mathn/rational" , "org.jruby.ext.mathn.Rational" );
Original file line number Diff line number Diff line change 194
194
# puts secs_to_new_year()
195
195
196
196
require 'date/format'
197
+ require 'date.jar'
197
198
198
199
# Class representing a date.
199
200
#
You can’t perform that action at this time.
0 commit comments