Class: Git::Config
- Inherits:
-
Object
- Object
- Git::Config
- Defined in:
- lib/git/config.rb
Instance Attribute Summary collapse
- #binary_path ⇒ Object
-
#git_ssh ⇒ Object
Returns the value of attribute git_ssh.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
9 10 11 |
# File 'lib/git/config.rb', line 9 def initialize @binary_path = nil end |