# File lib/active_support/core_ext/time/calculations.rb, line 283 def minus_with_coercion(other) other = other.comparable_time if other.respond_to?(:comparable_time) minus_without_coercion(other) end