class Git::Oid

Defined in:

git/oid.cr

Constructors

Instance Method Summary

Instance methods inherited from class Git::C_Object

p p

Instance methods inherited from class Git::C_Value

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

Constructor Detail

def self.new(value : LibGit::Oid) #

[View source]
def self.new(sha : String) #

[View source]

Instance Method Detail

def <=>(other : Oid) #

[View source]
def ==(other : Oid) #

[View source]
def to_s(io) #

[View source]