# File lib/shoulda/active_record/matchers/ensure_inclusion_of_matcher.rb, line 19
19:       def ensure_inclusion_of(attr)
20:         EnsureInclusionOfMatcher.new(attr)
21:       end