Class: Time

Inherits:
Object show all
Defined in:
lib/ruby/jruby_hack.rb,
lib/ruby/jruby_hack.rb

Overview

lib/ruby/to_time.rb

Instance Method Summary collapse

Instance Method Details

#to_dateObject



607
608
609
# File 'lib/ruby/jruby_hack.rb', line 607

def to_date
  Date.civil(year, month, day)
end

#to_timeTime

Returns:



627
628
629
# File 'lib/ruby/jruby_hack.rb', line 627

def to_time
  self
end