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/Branch.src/M000075.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/classes/Git/Branch.src/M000075.html (limited to 'doc/classes/Git/Branch.src/M000075.html') diff --git a/doc/classes/Git/Branch.src/M000075.html b/doc/classes/Git/Branch.src/M000075.html new file mode 100644 index 0000000..8261f51 --- /dev/null +++ b/doc/classes/Git/Branch.src/M000075.html @@ -0,0 +1,18 @@ + + + + + + to_s (Git::Branch) + + + + +
# File lib/git/branch.rb, line 79
+    def to_s
+      @full
+    end
+ + \ No newline at end of file -- cgit