module FlightPlanCli::Clients::Git

Public Instance Methods

git() click to toggle source
# File lib/flight_plan_cli/clients/git.rb, line 4
def git
  @git ||= ::Git.open(Dir.pwd)
end