Method: Mutx::Support::Documentation.load_documentation
- Defined in:
- lib/mutx/support/documentation.rb
.load_documentation ⇒ Object
12 13 14 15 16 17 |
# File 'lib/mutx/support/documentation.rb', line 12 def self.load_documentation print "\nLoading documentation..." Mutx::Database::MongoConnector.clean_documentation @@folders_to_search.each { |folder| self.open_files folder } print "OK" end |