class RSpec::Support::ObjectFormatter::TimeInspector

def self.can_inspect?(object)

def self.can_inspect?(object)
  Time === object
end