Git::Object::AbstractObject
# File lib/git/object.rb, line 82 82: def initialize(base, sha, mode = nil) 83: super(base, sha) 84: @mode = mode 85: end
# File lib/git/object.rb, line 87 87: def blob? 88: true 89: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.