# File lib/mspec/matchers/base.rb, line 50
50:   def initialize(actual)
51:     @actual = actual
52:   end