Class: GitSniffer::Tree

Inherits:
Object
  • Object
show all
Defined in:
lib/git_sniffer/tree.rb

Instance Attribute Summary

Attributes inherited from Object

#sha

Instance Method Summary collapse

Methods inherited from Object

create_object, #eql?, #hash, #lazy_content_source, #lazy_type_source, object_type

Methods included from Lazy

included

Methods included from Hook

included

Constructor Details

#initialize(base, sha) ⇒ Tree

Returns a new instance of Tree.



5
6
7
# File 'lib/git_sniffer/tree.rb', line 5

def initialize(base, sha)
	super(base, sha)
end