Module: GitLeadTime

Defined in:
lib/git_lead_time.rb,
lib/git_lead_time/version.rb,
lib/git_lead_time/lead_time_command.rb,
lib/git_lead_time/first_commit_finder.rb

Defined Under Namespace

Classes: FirstCommitFinder, LeadTimeCommand

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.runObject



4
5
6
# File 'lib/git_lead_time.rb', line 4

def self.run
  puts LeadTimeCommand.new.run
end