module RSpec::Matchers::BuiltIn::CountExpectation

def twice

Other tags:
    Api: - public
def twice
  exactly(2)
end