summaryrefslogtreecommitdiffstats
path: root/doc/classes/Git/Branches.src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Git/Branches.src')
-rw-r--r--doc/classes/Git/Branches.src/M000060.html24
-rw-r--r--doc/classes/Git/Branches.src/M000061.html18
-rw-r--r--doc/classes/Git/Branches.src/M000062.html18
-rw-r--r--doc/classes/Git/Branches.src/M000063.html18
-rw-r--r--doc/classes/Git/Branches.src/M000064.html20
-rw-r--r--doc/classes/Git/Branches.src/M000065.html18
6 files changed, 116 insertions, 0 deletions
diff --git a/doc/classes/Git/Branches.src/M000060.html b/doc/classes/Git/Branches.src/M000060.html
new file mode 100644
index 0000000..e2cf582
--- /dev/null
+++ b/doc/classes/Git/Branches.src/M000060.html
@@ -0,0 +1,24 @@
+<?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::Branches)</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/branches.rb, line 10</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">base</span>)
+ <span class="ruby-ivar">@branches</span> = {}
+
+ <span class="ruby-ivar">@base</span> = <span class="ruby-identifier">base</span>
+
+ <span class="ruby-ivar">@base</span>.<span class="ruby-identifier">lib</span>.<span class="ruby-identifier">branches_all</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">b</span><span class="ruby-operator">|</span>
+ <span class="ruby-ivar">@branches</span>[<span class="ruby-identifier">b</span>[<span class="ruby-value">0</span>]] = <span class="ruby-constant">Git</span><span class="ruby-operator">::</span><span class="ruby-constant">Branch</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@base</span>, <span class="ruby-identifier">b</span>[<span class="ruby-value">0</span>])
+ <span class="ruby-keyword kw">end</span>
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Branches.src/M000061.html b/doc/classes/Git/Branches.src/M000061.html
new file mode 100644
index 0000000..631c52c
--- /dev/null
+++ b/doc/classes/Git/Branches.src/M000061.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>local (Git::Branches)</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/branches.rb, line 20</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">local</span>
+ <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">select</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">b</span><span class="ruby-operator">|</span> <span class="ruby-operator">!</span><span class="ruby-identifier">b</span>.<span class="ruby-identifier">remote</span> }
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Branches.src/M000062.html b/doc/classes/Git/Branches.src/M000062.html
new file mode 100644
index 0000000..61ca127
--- /dev/null
+++ b/doc/classes/Git/Branches.src/M000062.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>remote (Git::Branches)</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/branches.rb, line 24</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">remote</span>
+ <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">select</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">b</span><span class="ruby-operator">|</span> <span class="ruby-identifier">b</span>.<span class="ruby-identifier">remote</span> }
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Branches.src/M000063.html b/doc/classes/Git/Branches.src/M000063.html
new file mode 100644
index 0000000..56e3d66
--- /dev/null
+++ b/doc/classes/Git/Branches.src/M000063.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>size (Git::Branches)</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/branches.rb, line 30</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">size</span>
+ <span class="ruby-ivar">@branches</span>.<span class="ruby-identifier">size</span>
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Branches.src/M000064.html b/doc/classes/Git/Branches.src/M000064.html
new file mode 100644
index 0000000..54f1b5d
--- /dev/null
+++ b/doc/classes/Git/Branches.src/M000064.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>each (Git::Branches)</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/branches.rb, line 34</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">each</span>
+ <span class="ruby-ivar">@branches</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">k</span>, <span class="ruby-identifier">b</span><span class="ruby-operator">|</span>
+ <span class="ruby-keyword kw">yield</span> <span class="ruby-identifier">b</span>
+ <span class="ruby-keyword kw">end</span>
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file
diff --git a/doc/classes/Git/Branches.src/M000065.html b/doc/classes/Git/Branches.src/M000065.html
new file mode 100644
index 0000000..fa48d64
--- /dev/null
+++ b/doc/classes/Git/Branches.src/M000065.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>[] (Git::Branches)</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/branches.rb, line 40</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-operator">[]</span>(<span class="ruby-identifier">symbol</span>)
+ <span class="ruby-ivar">@branches</span>[<span class="ruby-identifier">symbol</span>.<span class="ruby-identifier">to_s</span>]
+ <span class="ruby-keyword kw">end</span></pre>
+</body>
+</html> \ No newline at end of file