class Git::Config

Included Modules

Defined in:

git.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(c : Pointer(Git::C::Config)) #

[View source]
def self.new #

[View source]

Class Method Detail

def self.global : String | Nil #

[View source]
def self.system : String | Nil #

[View source]
def self.xdg : String | Nil #

[View source]

Instance Method Detail

def [](name) #

[View source]
def []=(name, value) #

[View source]
def delete(name) #

[View source]
def each #
Description copied from module Iterable({String, String})

Must return an Iterator over the elements in this collection.


[View source]
def each(&) #

[View source]
def finalize #

[View source]
def to_unsafe : Pointer(Git::C::Config) #

[View source]