Method: Chef::CouchDB#couchdb_database
- Defined in:
- lib/chef/couchdb.rb
#couchdb_database(args = nil) ⇒ Object
42 43 44 45 46 47 48 |
# File 'lib/chef/couchdb.rb', line 42 def couchdb_database(args=nil) if args @db = args else @db end end |