[Source]
# File lib/core_ex/time.rb, line 16 def - ( rhs ) diff = minus_without_d_time(rhs) (defined? DTime and rhs.is_a? Time)? DTime.new(diff) : diff end
[Validate]