class Pronto::Github

def initialize(repo)

def initialize(repo)
  super(repo)
  @github_pull = Pronto::GithubPull.new(client, slug)
end