# File lib/deltacloud/base_driver/base_driver.rb, line 239 def has_collection?(collection) return true if self.supported_collections.include?(collection) return false end