Class: GitGuts::Welcome

Inherits:
Thor::GitGroup show all
Defined in:
lib/git_guts/welcome.rb

Constant Summary

Constants inherited from Thor::GitGroup

Thor::GitGroup::BASENAME

Instance Method Summary collapse

Methods inherited from Thor::GitGroup

basename, namespace

Instance Method Details

#welcomeObject



4
5
6
7
8
9
10
# File 'lib/git_guts/welcome.rb', line 4

def welcome
  system 'clear'
  ask "Did you reduce the font size ? It's really BIGGGGGGGGGGGG".random_color
  DATA.each_line do |line|
    line.chomp.slow_puts(:delay => 0.0001)
  end
end