11 12 13
# File 'lib/ease_engine/time.rb', line 11 def -( time ) ( to_i - time.to_i ) * 1000000 + ( usec - time.usec ) end