summaryrefslogtreecommitdiffstats
path: root/doc/classes/Git/Object/AbstractObject.src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Git/Object/AbstractObject.src')
-rw-r--r--doc/classes/Git/Object/AbstractObject.src/M000122.html21
-rw-r--r--doc/classes/Git/Object/AbstractObject.src/M000123.html18
-rw-r--r--doc/classes/Git/Object/AbstractObject.src/M000124.html18
-rw-r--r--doc/classes/Git/Object/AbstractObject.src/M000125.html18
-rw-r--r--doc/classes/Git/Object/AbstractObject.src/M000126.html18
-rw-r--r--doc/classes/Git/Object/AbstractObject.src/M000127.html20
-rw-r--r--doc/classes/Git/Object/AbstractObject.src/M000128.html18
-rw-r--r--doc/classes/Git/Object/AbstractObject.src/M000129.html18
8 files changed, 149 insertions, 0 deletions
diff --git a/doc/classes/Git/Object/AbstractObject.src/M000122.html b/doc/classes/Git/Object/AbstractObject.src/M000122.html
new file mode 100644
index 0000000..a43468f
--- /dev/null
+++ b/doc/classes/Git/Object/AbstractObject.src/M000122.html
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>new (Git::Object::AbstractObject)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/object.rb, line 13</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">sha</span>)
+ <span class="ruby-ivar">@base</span> = <span class="ruby-identifier">base</span>
+ <span class="ruby-ivar">@sha</span> = <span class="ruby-identifier">sha</span>
+ <span class="ruby-ivar">@size</span> = <span class="ruby-ivar">@base</span>.<span class="ruby-identifier">lib</span>.<span class="ruby-identifier">object_size</span>(<span class="ruby-ivar">@sha</span>)
+ <span class="ruby-identifier">setup</span>
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Object/AbstractObject.src/M000123.html b/doc/classes/Git/Object/AbstractObject.src/M000123.html
new file mode 100644
index 0000000..261ed9d
--- /dev/null
+++ b/doc/classes/Git/Object/AbstractObject.src/M000123.html
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>contents (Git::Object::AbstractObject)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/object.rb, line 20</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">contents</span>
+ <span class="ruby-ivar">@base</span>.<span class="ruby-identifier">lib</span>.<span class="ruby-identifier">object_contents</span>(<span class="ruby-ivar">@sha</span>)
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Object/AbstractObject.src/M000124.html b/doc/classes/Git/Object/AbstractObject.src/M000124.html
new file mode 100644
index 0000000..2bfbdc8
--- /dev/null
+++ b/doc/classes/Git/Object/AbstractObject.src/M000124.html
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>contents_array (Git::Object::AbstractObject)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/object.rb, line 24</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">contents_array</span>
+ <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">contents</span>.<span class="ruby-identifier">split</span>(<span class="ruby-value str">&quot;\n&quot;</span>)
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Object/AbstractObject.src/M000125.html b/doc/classes/Git/Object/AbstractObject.src/M000125.html
new file mode 100644
index 0000000..88e36d8
--- /dev/null
+++ b/doc/classes/Git/Object/AbstractObject.src/M000125.html
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>setup (Git::Object::AbstractObject)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/object.rb, line 28</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">setup</span>
+ <span class="ruby-identifier">raise</span> <span class="ruby-constant">NotImplementedError</span>
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Object/AbstractObject.src/M000126.html b/doc/classes/Git/Object/AbstractObject.src/M000126.html
new file mode 100644
index 0000000..b37a7fe
--- /dev/null
+++ b/doc/classes/Git/Object/AbstractObject.src/M000126.html
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>to_s (Git::Object::AbstractObject)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/object.rb, line 32</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_s</span>
+ <span class="ruby-ivar">@sha</span>
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Object/AbstractObject.src/M000127.html b/doc/classes/Git/Object/AbstractObject.src/M000127.html
new file mode 100644
index 0000000..11b43c6
--- /dev/null
+++ b/doc/classes/Git/Object/AbstractObject.src/M000127.html
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>grep (Git::Object::AbstractObject)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/object.rb, line 36</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">grep</span>(<span class="ruby-identifier">string</span>, <span class="ruby-identifier">path_limiter</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">opts</span> = {})
+ <span class="ruby-identifier">default</span> = {<span class="ruby-identifier">:object</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-ivar">@sha</span>, <span class="ruby-identifier">:path_limiter</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">path_limiter</span>}
+ <span class="ruby-identifier">grep_options</span> = <span class="ruby-identifier">default</span>.<span class="ruby-identifier">merge</span>(<span class="ruby-identifier">opts</span>)
+ <span class="ruby-ivar">@base</span>.<span class="ruby-identifier">lib</span>.<span class="ruby-identifier">grep</span>(<span class="ruby-identifier">string</span>, <span class="ruby-identifier">grep_options</span>)
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Object/AbstractObject.src/M000128.html b/doc/classes/Git/Object/AbstractObject.src/M000128.html
new file mode 100644
index 0000000..8a352c7
--- /dev/null
+++ b/doc/classes/Git/Object/AbstractObject.src/M000128.html
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>diff (Git::Object::AbstractObject)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/object.rb, line 42</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">diff</span>(<span class="ruby-identifier">objectish</span>)
+ <span class="ruby-constant">Git</span><span class="ruby-operator">::</span><span class="ruby-constant">Diff</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@base</span>, <span class="ruby-ivar">@sha</span>, <span class="ruby-identifier">objectish</span>)
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Object/AbstractObject.src/M000129.html b/doc/classes/Git/Object/AbstractObject.src/M000129.html
new file mode 100644
index 0000000..c7b1dac
--- /dev/null
+++ b/doc/classes/Git/Object/AbstractObject.src/M000129.html
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>log (Git::Object::AbstractObject)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
+</head>
+<body class="standalone-code">
+ <pre><span class="ruby-comment cmt"># File lib/git/object.rb, line 46</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">log</span>(<span class="ruby-identifier">count</span> = <span class="ruby-value">30</span>)
+ <span class="ruby-constant">Git</span><span class="ruby-operator">::</span><span class="ruby-constant">Log</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@base</span>, <span class="ruby-identifier">count</span>).<span class="ruby-identifier">object</span>(<span class="ruby-ivar">@sha</span>)
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file