Class: GitGuts::Guts

Inherits:
Thor::GitGroup show all
Defined in:
lib/git_guts/guts.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

#gutsObject



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