Method: Time#to_time

Defined in:
lib/active_support/core_ext/time/compatibility.rb

#to_timeObject

Return self.



12
13
14
# File 'lib/active_support/core_ext/time/compatibility.rb', line 12

def to_time
  self
end