# File lib/couchrest/core/database.rb, line 254 def create! bool = server.create_db(@name) rescue false bool && true end