# File lib/mspec/matchers/base.rb, line 2
2:   def initialize(actual)
3:     @actual = actual
4:   end