Method: Date#to_date

Defined in:
date_core.c

#to_dateself

Returns self.

Returns:

  • (self)


8977
8978
8979
8980
8981
# File 'date_core.c', line 8977

static VALUE
date_to_date(VALUE self)
{
    return self;
}