Class: GitGuts::Welcome
- Inherits:
-
Thor::GitGroup
- Object
- Group
- Thor::GitGroup
- GitGuts::Welcome
- Defined in:
- lib/git_guts/welcome.rb
Constant Summary
Constants inherited from Thor::GitGroup
Instance Method Summary collapse
Methods inherited from Thor::GitGroup
Instance Method Details
#welcome ⇒ Object
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 |