# File lib/moqueue/matchers.rb, line 6
      def initialize(expected_msg)
        @expected_msg = expected_msg
      end