[Source]
# File lib/eim_xml/matcher.rb, line 22 22: def have(expected) 23: HaveContent.new(expected) 24: end
[Validate]