class RSpec::Mocks::ErrorGenerator

def pretty_print(count)

def pretty_print(count)
  "#{count} time#{count == 1 ? '' : 's'}"
end