8 9 10 11
# File 'lib/captain_hook.rb', line 8 def self.from_path(path) repo = Grit::Repo.new(path) Base.new(repo) end