# File lib/mspec/matchers/be_ancestor_of.rb, line 11 11: def failure_message 12: ["Expected #{@actual}", "to be an ancestor of #{@expected}"] 13: end