class Git::Blame

Defined in:

git/blame.cr

Constructors

Instance Method Summary

Instance methods inherited from class Git::C_Pointer

finalize finalize

Instance methods inherited from class Git::C_Value

==(other : self) ==, to_unsafe to_unsafe

Constructor Detail

def self.new(repo : Repo, path : String, newest_commit : Oid | Nil = nil, oldest_commit : Oid | Nil = nil, min_line : Int | Nil = nil, max_line : Int | Nil = nil) #

[View source]

Instance Method Detail

def [](index : UInt32) #

[View source]
def each(&) #

[View source]
def fetch(index : UInt32) #

[View source]
def finalize #

[View source]
def size #

[View source]