method
copy_time_to
rails latest stable - Class:
DateAndTime::Calculations
copy_time_to(other)private
No documentation available.
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 370
def copy_time_to(other)
other.change(hour: hour, min: min, sec: sec, nsec: try(:nsec))
end