Class: GITPOINT::Git
- Inherits:
-
Thor
- Object
- Thor
- GITPOINT::Git
- Defined in:
- lib/gitpoint/git.rb
Instance Method Summary collapse
-
#initialize ⇒ Git
constructor
A new instance of Git.
Constructor Details
#initialize ⇒ Git
Returns a new instance of Git.
3 4 5 |
# File 'lib/gitpoint/git.rb', line 3 def initialize @@git ||= Github.new basic_auth: basic_authentication end |