Class: Time

Inherits:
Object show all
Defined in:
opal/fron/core_ext/time.rb

Overview

Time

Instance Method Summary collapse

Instance Method Details

#to_dateObject



3
4
5
# File 'opal/fron/core_ext/time.rb', line 3

def to_date
  Date.new year, month, day
end