class RSpec::Support::ObjectFormatter

def self.default_instance

For example, calling ObjectFormatter.format is still possible
Methods are deferred to a default instance of the class to maintain the interface
def self.default_instance
  @default_instance ||= new
end