class Circlemator::GithubRepo::WrongRepo
Public Class Methods
new(url, repo)
click to toggle source
Calls superclass method
# File lib/circlemator/github_repo.rb, line 15 def initialize(url, repo) super "URL #{url} does not belong to repo #{repo}" end