class RSpec::Matchers::BuiltIn::Include
def initialize(*expecteds)
- Api: - private
def initialize(*expecteds) raise(ArgumentError, 'include() is not supported, please supply an argument') if expecteds.empty? @expecteds = expecteds end
def initialize(*expecteds) raise(ArgumentError, 'include() is not supported, please supply an argument') if expecteds.empty? @expecteds = expecteds end