Method: CouchDocs::CommandLine#documents

Defined in:
lib/couch_docs/command_line.rb

#documents(args) ⇒ Object



169
170
171
# File 'lib/couch_docs/command_line.rb', line 169

def documents(args)
  args.reject { |f| f.path =~ /_design/ }
end