Class: GitGuts::Guts
- Inherits:
-
Thor::GitGroup
- Object
- Group
- Thor::GitGroup
- GitGuts::Guts
- Defined in:
- lib/git_guts/guts.rb
Constant Summary
Constants inherited from Thor::GitGroup
Instance Method Summary collapse
Methods inherited from Thor::GitGroup
Instance Method Details
#guts ⇒ Object
4 5 6 7 8 9 |
# File 'lib/git_guts/guts.rb', line 4 def guts system 'clear' DATA.each_line do |line| line.chomp.red.slow_puts(:delay => 0.005) end end |