# File lib/timecop/timecop.rb, line 68
  def self.return
    instance().send(:unmock!)
    Time.now
  end