# File lib/mspec/matchers/include.rb, line 28 28: def include(*expected) 29: IncludeMatcher.new(*expected) 30: end