class RSpec::Matchers::BuiltIn::Include

def convert_to_hash?(obj)

def convert_to_hash?(obj)
  !obj.respond_to?(:include?) && obj.respond_to?(:to_hash)
end