Method: UI.loading_message

Defined in:
lib/ruby_doc/cli/ui.rb

.loading_messageObject

Goes above iterator



421
422
423
# File 'lib/ruby_doc/cli/ui.rb', line 421

def self.loading_message 
  puts cyanH(" Loading Database ") + " ☠️"
end