public abstract class TimeExt
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static RubyDate |
to_date(ThreadContext context,
IRubyObject self) |
static RubyDateTime |
to_datetime(ThreadContext context,
IRubyObject self) |
static RubyTime |
to_time(IRubyObject self) |
public static RubyTime to_time(IRubyObject self)
public static RubyDate to_date(ThreadContext context, IRubyObject self)
public static RubyDateTime to_datetime(ThreadContext context, IRubyObject self)
Copyright © 2001-2018 JRuby. All Rights Reserved.