# File lib/mongo/operation/collections_info.rb, line 42 def execute(server) if server.features.list_collections_enabled? return Operation::ListCollections.new(spec).execute(server) end super end