class Mocha::ParameterMatchers::Includes

def mocha_inspect

Other tags:
    Private: -
def mocha_inspect
  item_descriptions = @items.map(&:mocha_inspect)
  "includes(#{item_descriptions.join(', ')})"
end