class Circlemator::GithubRepo::InvalidPath
Public Class Methods
new(path)
click to toggle source
Calls superclass method
# File lib/circlemator/github_repo.rb, line 9 def initialize(path) super "Path #{path} is not valid for repo" end