class Object

Public Instance Methods

get_atx_remote(repo_name) click to toggle source
# File bin/ga-solution, line 5
def get_atx_remote(repo_name)
  "git@github.com:generalassembly-atx/#{repo_name}.git"
end