module Graal::Backend

Public Class Methods

create(path) click to toggle source
# File lib/graal/backend.rb, line 7
def self.create(path)
   Exe::Git.new(path)
end