# File lib/mspec/matchers/be_ancestor_of.rb, line 21
21:   def be_ancestor_of(expected)
22:     BeAncestorOfMatcher.new(expected)
23:   end