module GitLeadTime

Constants

VERSION

Public Class Methods

calculator() click to toggle source
# File lib/git_lead_time.rb, line 11
def self.calculator
  @calculator ||= Calculator.new
end
run() click to toggle source
# File lib/git_lead_time.rb, line 7
def self.run
  LeadTimeCommand.new.run
end