Class: GitSniffer::Tree
Instance Attribute Summary
Attributes inherited from Object
Instance Method Summary collapse
-
#initialize(base, sha) ⇒ Tree
constructor
A new instance of Tree.
Methods inherited from Object
create_object, #eql?, #hash, #lazy_content_source, #lazy_type_source, object_type
Methods included from Lazy
Methods included from Hook
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 |