module Roper

Constants

ROOT_PATH

Your code goes here…

VERSION

Public Class Methods

mount_path(repo, branch) click to toggle source
# File lib/roper.rb, line 10
def self.mount_path(repo, branch)
  repo = Octokit::Repository.new(repo)
  "#{Roper::ROOT_PATH}/#{repo.owner}/#{repo.name}/#{branch}"
end