class RSpec::Support::Differ

def all_strings?(*args)

def all_strings?(*args)
  safely_flatten(args).all? { |a| String === a }
end