module GitWaybackMachine

Constants

VERSION

Public Class Methods

boot() click to toggle source
# File lib/git_wayback_machine.rb, line 3
def self.boot
  Engine.new.tap { |e| e.start! }
end