Method: QB::Repo::Git::GitHub#github?

Defined in:
lib/qb/repo/git/github.rb

#github?true

Part of the QB::Repo::Git API, always true for GitHub instances.

Returns:

  • (true)


129
130
131
# File 'lib/qb/repo/git/github.rb', line 129

def github?
  true
end