From 646304a6e7c3b2c442a0a7db995629e7009c3a14 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Sun, 11 Nov 2007 17:59:18 -0800 Subject: added documentation and a license file --- doc/classes/Git/Object/Commit.html | 148 +++++++++++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 doc/classes/Git/Object/Commit.html (limited to 'doc/classes/Git/Object/Commit.html') diff --git a/doc/classes/Git/Object/Commit.html b/doc/classes/Git/Object/Commit.html new file mode 100644 index 0000000..18d4e1b --- /dev/null +++ b/doc/classes/Git/Object/Commit.html @@ -0,0 +1,148 @@ + + + + + + Class: Git::Object::Commit + + + + + + + + + + +
+ + + + + + + + + + + + + + +
ClassGit::Object::Commit
In: + + lib/git/object.rb + +
+
Parent: + + AbstractObject + +
+
+ + +
+ + + +
+ + + +
+ +
+

Methods

+ +
+ setup   +
+
+ +
+ + + + +
+ + + + + + + + + +
+

Public Instance methods

+ +
+ + + + +
+

[Source]

+
+
+# File lib/git/object.rb, line 66
+      def setup
+        @type = 'commit'
+      end
+
+
+
+
+ + +
+ + +
+ + +
+

[Validate]

+
+ + + \ No newline at end of file -- cgit