Package org.jruby.ext.date
Class TimeExt
java.lang.Object
org.jruby.ext.date.TimeExt
Time's extensions from `require 'date'`
- Author:
- kares
-
Method Summary
Modifier and TypeMethodDescriptionstatic RubyDate
to_date
(ThreadContext context, IRubyObject self) static RubyDateTime
to_datetime
(ThreadContext context, IRubyObject self) static RubyTime
to_time
(IRubyObject self)
-
Method Details
-
to_time
-
to_date
-
to_datetime
-