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