Method: Time#to_time
- Defined in:
- lib/active_support/core_ext/time/compatibility.rb
#to_time ⇒ Object
Return self.
12 13 14 |
# File 'lib/active_support/core_ext/time/compatibility.rb', line 12 def to_time self end |
Return self.
12 13 14 |
# File 'lib/active_support/core_ext/time/compatibility.rb', line 12 def to_time self end |