Module: RubyDoc::CLI

Defined in:
lib/ruby_doc/ui/CLI.rb,
lib/ruby_doc/ui/UI.rb

Overview

Defined Under Namespace

Classes: UI

Class Method Summary collapse

Class Method Details

.iLoadObject

Load Init Data================#


5
6
7
8
9
10
# File 'lib/ruby_doc/ui/CLI.rb', line 5

def self.iLoad
  puts "\nThanks For Using ALPHA™ Ruby Docs!".cyan
  puts "One Moment Please As We Set Things Up\n".cyan
  Scraper.loadDOCS
  start
end

.startObject



12
13
14
15
# File 'lib/ruby_doc/ui/CLI.rb', line 12

def self.start
  UI.signature
  UI.greeting
end