inochi 0.3.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. data/CREDITS +1 -0
  2. data/bin/inochi +112 -104
  3. data/doc/api/classes/Array.html +370 -0
  4. data/doc/api/classes/File.html +110 -0
  5. data/doc/api/classes/Inochi.html +1493 -0
  6. data/doc/api/classes/Inochi/Manual.html +157 -0
  7. data/doc/api/classes/Inochi/Phrases.html +331 -0
  8. data/doc/api/classes/Inochi/Version.html +190 -0
  9. data/doc/api/classes/TempDir.html +164 -0
  10. data/doc/api/created.rid +1 -0
  11. data/doc/api/css/main.css +263 -0
  12. data/doc/api/css/panel.css +383 -0
  13. data/doc/api/css/reset.css +53 -0
  14. data/doc/api/files/CREDITS.html +61 -0
  15. data/doc/api/files/LICENSE.html +76 -0
  16. data/doc/api/files/lib/inochi/book_rb.html +96 -0
  17. data/doc/api/files/lib/inochi/init_rb.html +78 -0
  18. data/doc/api/files/lib/inochi/main_rb.html +52 -0
  19. data/doc/api/files/lib/inochi/rake_rb.html +52 -0
  20. data/doc/api/files/lib/inochi/test/bacon_rb.html +67 -0
  21. data/doc/api/files/lib/inochi/test/context_rb.html +69 -0
  22. data/doc/api/files/lib/inochi/test/dfect_rb.html +67 -0
  23. data/doc/api/files/lib/inochi/test/matchy_rb.html +69 -0
  24. data/doc/api/files/lib/inochi/test/minitest_rb.html +71 -0
  25. data/doc/api/files/lib/inochi/test/mocha_rb.html +67 -0
  26. data/doc/api/files/lib/inochi/test/rspec_rb.html +67 -0
  27. data/doc/api/files/lib/inochi/test/shoulda_rb.html +67 -0
  28. data/doc/api/files/lib/inochi/test/test_spec_rb.html +67 -0
  29. data/doc/api/files/lib/inochi/test/test_unit_rb.html +67 -0
  30. data/doc/api/files/lib/inochi/util/combo_rb.html +59 -0
  31. data/doc/api/files/lib/inochi/util/tempdir_rb.html +68 -0
  32. data/doc/api/files/lib/inochi/util_rb.html +59 -0
  33. data/doc/api/files/lib/inochi_rb.html +78 -0
  34. data/doc/api/i/arrows.png +0 -0
  35. data/doc/api/i/results_bg.png +0 -0
  36. data/doc/api/i/tree_bg.png +0 -0
  37. data/doc/api/index.html +14 -18
  38. data/doc/api/js/jquery-1.3.2.min.js +19 -0
  39. data/doc/api/js/jquery-effect.js +593 -0
  40. data/doc/api/js/main.js +22 -0
  41. data/doc/api/js/searchdoc.js +605 -0
  42. data/doc/api/panel/index.html +63 -0
  43. data/doc/api/panel/search_index.js +1 -0
  44. data/doc/api/panel/tree.js +1 -0
  45. data/doc/history.erb +75 -34
  46. data/doc/index.erb +10 -5
  47. data/doc/index.xhtml +806 -1145
  48. data/doc/intro.erb +33 -27
  49. data/doc/setup.erb +16 -15
  50. data/doc/usage.erb +86 -137
  51. data/lib/inochi.rb +25 -13
  52. data/lib/inochi/book.rb +13 -6
  53. data/lib/inochi/init.rb +41 -24
  54. data/lib/inochi/main.rb +17 -7
  55. data/lib/inochi/rake.rb +200 -59
  56. data/lib/inochi/test/bacon.rb +3 -0
  57. data/lib/inochi/test/context.rb +4 -0
  58. data/lib/inochi/test/dfect.rb +3 -0
  59. data/lib/inochi/test/matchy.rb +4 -0
  60. data/lib/inochi/test/minitest.rb +7 -0
  61. data/lib/inochi/test/mocha.rb +3 -0
  62. data/lib/inochi/test/rspec.rb +3 -0
  63. data/lib/inochi/test/shoulda.rb +3 -0
  64. data/lib/inochi/test/test_spec.rb +3 -0
  65. data/lib/inochi/test/test_unit.rb +3 -0
  66. data/lib/inochi/util.rb +23 -1
  67. data/lib/inochi/util/combo.rb +191 -0
  68. data/lib/inochi/util/tempdir.rb +29 -0
  69. data/rakefile +12 -0
  70. data/test/inochi.rb +5 -0
  71. metadata +119 -45
  72. data/Rakefile +0 -6
  73. data/doc/api/Inochi.html +0 -2574
  74. data/doc/api/Inochi/Manual.html +0 -230
  75. data/doc/api/Inochi/Phrases.html +0 -409
  76. data/doc/api/Inochi/Version.html +0 -222
  77. data/doc/api/all-methods.html +0 -180
  78. data/doc/api/all-namespaces.html +0 -28
  79. data/doc/api/app.js +0 -18
  80. data/doc/api/jquery.js +0 -11
  81. data/doc/api/readme.html +0 -38
  82. data/doc/api/style.css +0 -68
  83. data/doc/api/syntax_highlight.css +0 -21
  84. data/doc/theory.erb +0 -3
@@ -0,0 +1,190 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <title>Inochi::Version</title>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
9
+ <link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
10
+ <script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
11
+ <script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
12
+ <script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
13
+ </head>
14
+
15
+ <body>
16
+ <div class="banner">
17
+ <h1>
18
+ <span class="type">Module</span>
19
+ Inochi::Version
20
+
21
+ </h1>
22
+ <ul class="files">
23
+
24
+ <li><a href="../../files/lib/inochi/init_rb.html">lib/inochi/init.rb</a></li>
25
+
26
+ </ul>
27
+ </div>
28
+ <div id="bodyContent">
29
+ <div id="content">
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+ <div class="sectiontitle">Methods</div>
40
+ <dl class="methods">
41
+
42
+ <dt>M</dt>
43
+ <dd>
44
+ <ul>
45
+
46
+ <li><a href="#M000023">major</a></li>
47
+
48
+ </ul>
49
+ </dd>
50
+
51
+ <dt>R</dt>
52
+ <dd>
53
+ <ul>
54
+
55
+ <li><a href="#M000025">requirement</a></li>
56
+
57
+ </ul>
58
+ </dd>
59
+
60
+ <dt>S</dt>
61
+ <dd>
62
+ <ul>
63
+
64
+ <li><a href="#M000024">series</a></li>
65
+
66
+ </ul>
67
+ </dd>
68
+
69
+ </dl>
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+ <div class="sectiontitle">Instance Public methods</div>
84
+
85
+ <div class="method">
86
+ <div class="title" id="M000023">
87
+
88
+ <a name="M000023"></a><b>major</b>()
89
+
90
+ </div>
91
+
92
+ <div class="description">
93
+ <p>
94
+ Returns the major number in this version.
95
+ </p>
96
+
97
+ </div>
98
+
99
+
100
+
101
+
102
+ <div class="sourcecode">
103
+ <p class="source-link">
104
+ Source: <a href="javascript:toggleSource('M000023_source')" id="l_M000023_source">show</a>
105
+
106
+ | <a href="http://github.com/sunaku/inochi/blob/61f28653cea6fab1bfd8cffb07a666c236b243be/lib/inochi/init.rb#L156" target="_blank" class="github_url">on GitHub</a>
107
+
108
+ </p>
109
+ <div id="M000023_source" class="dyn-source">
110
+ <pre><span class="ruby-comment cmt"># File lib/inochi/init.rb, line 156</span>
111
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">major</span>
112
+ <span class="ruby-identifier">to_s</span>[<span class="ruby-regexp re">/^\d+/</span>]
113
+ <span class="ruby-keyword kw">end</span></pre>
114
+ </div>
115
+ </div>
116
+
117
+ </div>
118
+
119
+ <div class="method">
120
+ <div class="title" id="M000025">
121
+
122
+ <a name="M000025"></a><b>requirement</b>()
123
+
124
+ </div>
125
+
126
+ <div class="description">
127
+ <p>
128
+ Returns a Gem::Requirement expression.
129
+ </p>
130
+
131
+ </div>
132
+
133
+
134
+
135
+
136
+ <div class="sourcecode">
137
+ <p class="source-link">
138
+ Source: <a href="javascript:toggleSource('M000025_source')" id="l_M000025_source">show</a>
139
+
140
+ | <a href="http://github.com/sunaku/inochi/blob/61f28653cea6fab1bfd8cffb07a666c236b243be/lib/inochi/init.rb#L166" target="_blank" class="github_url">on GitHub</a>
141
+
142
+ </p>
143
+ <div id="M000025_source" class="dyn-source">
144
+ <pre><span class="ruby-comment cmt"># File lib/inochi/init.rb, line 166</span>
145
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">requirement</span>
146
+ <span class="ruby-node">&quot;~&gt; #{major}&quot;</span>
147
+ <span class="ruby-keyword kw">end</span></pre>
148
+ </div>
149
+ </div>
150
+
151
+ </div>
152
+
153
+ <div class="method">
154
+ <div class="title" id="M000024">
155
+
156
+ <a name="M000024"></a><b>series</b>()
157
+
158
+ </div>
159
+
160
+ <div class="description">
161
+ <p>
162
+ Returns a string describing any version with the current major number.
163
+ </p>
164
+
165
+ </div>
166
+
167
+
168
+
169
+
170
+ <div class="sourcecode">
171
+ <p class="source-link">
172
+ Source: <a href="javascript:toggleSource('M000024_source')" id="l_M000024_source">show</a>
173
+
174
+ | <a href="http://github.com/sunaku/inochi/blob/61f28653cea6fab1bfd8cffb07a666c236b243be/lib/inochi/init.rb#L161" target="_blank" class="github_url">on GitHub</a>
175
+
176
+ </p>
177
+ <div id="M000024_source" class="dyn-source">
178
+ <pre><span class="ruby-comment cmt"># File lib/inochi/init.rb, line 161</span>
179
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">series</span>
180
+ <span class="ruby-node">&quot;#{major}.x.x&quot;</span>
181
+ <span class="ruby-keyword kw">end</span></pre>
182
+ </div>
183
+ </div>
184
+
185
+ </div>
186
+
187
+ </div>
188
+ </div>
189
+ </body>
190
+ </html>
@@ -0,0 +1,164 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <title>TempDir</title>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
9
+ <link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
10
+ <script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
11
+ <script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
12
+ <script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
13
+ </head>
14
+
15
+ <body>
16
+ <div class="banner">
17
+ <h1>
18
+ <span class="type">Class</span>
19
+ TempDir
20
+
21
+ <span class="parent">&lt;
22
+
23
+ Object
24
+
25
+ </span>
26
+
27
+ </h1>
28
+ <ul class="files">
29
+
30
+ <li><a href="../files/lib/inochi/util/tempdir_rb.html">lib/inochi/util/tempdir.rb</a></li>
31
+
32
+ </ul>
33
+ </div>
34
+ <div id="bodyContent">
35
+ <div id="content">
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+ <div class="sectiontitle">Methods</div>
46
+ <dl class="methods">
47
+
48
+ <dt>C</dt>
49
+ <dd>
50
+ <ul>
51
+
52
+ <li><a href="#M000009">close</a></li>
53
+
54
+ </ul>
55
+ </dd>
56
+
57
+ <dt>N</dt>
58
+ <dd>
59
+ <ul>
60
+
61
+ <li><a href="#M000006">new</a></li>
62
+
63
+ </ul>
64
+ </dd>
65
+
66
+ </dl>
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+ <div class="sectiontitle">Attributes</div>
79
+ <table border='0' cellpadding='5'>
80
+
81
+ <tr valign='top'>
82
+ <td class='attr-rw'>
83
+ [R]
84
+ </td>
85
+ <td class='attr-name'>path</td>
86
+ <td class='attr-desc'></td>
87
+ </tr>
88
+
89
+ </table>
90
+
91
+
92
+
93
+ <div class="sectiontitle">Class Public methods</div>
94
+
95
+ <div class="method">
96
+ <div class="title" id="M000006">
97
+
98
+ <a name="M000006"></a><b>new</b>(basename = nil, dirname = nil)
99
+
100
+ </div>
101
+
102
+
103
+
104
+
105
+ <div class="sourcecode">
106
+ <p class="source-link">
107
+ Source: <a href="javascript:toggleSource('M000006_source')" id="l_M000006_source">show</a>
108
+
109
+ | <a href="http://github.com/sunaku/inochi/blob/766b14740d2fffe75a0e4a11fd807c391e1f0c66/lib/inochi/util/tempdir.rb#L12" target="_blank" class="github_url">on GitHub</a>
110
+
111
+ </p>
112
+ <div id="M000006_source" class="dyn-source">
113
+ <pre><span class="ruby-comment cmt"># File lib/inochi/util/tempdir.rb, line 12</span>
114
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span> <span class="ruby-identifier">basename</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">dirname</span> = <span class="ruby-keyword kw">nil</span>
115
+ <span class="ruby-identifier">args</span> = [<span class="ruby-identifier">basename</span> <span class="ruby-operator">||</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">basename</span>(<span class="ruby-identifier">$0</span>), <span class="ruby-identifier">dirname</span>].<span class="ruby-identifier">compact</span>
116
+ <span class="ruby-identifier">file</span> = <span class="ruby-constant">Tempfile</span>.<span class="ruby-identifier">new</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>)
117
+
118
+ <span class="ruby-ivar">@path</span> = <span class="ruby-identifier">file</span>.<span class="ruby-identifier">path</span>
119
+
120
+ <span class="ruby-comment cmt"># replace the file with a directory</span>
121
+ <span class="ruby-identifier">file</span>.<span class="ruby-identifier">close!</span>
122
+ <span class="ruby-constant">FileUtils</span>.<span class="ruby-identifier">mkdir_p</span> <span class="ruby-ivar">@path</span>
123
+
124
+ <span class="ruby-comment cmt"># clean up on exit</span>
125
+ <span class="ruby-identifier">at_exit</span> { <span class="ruby-identifier">close</span> }
126
+ <span class="ruby-keyword kw">end</span></pre>
127
+ </div>
128
+ </div>
129
+
130
+ </div>
131
+
132
+ <div class="sectiontitle">Instance Public methods</div>
133
+
134
+ <div class="method">
135
+ <div class="title" id="M000009">
136
+
137
+ <a name="M000009"></a><b>close</b>()
138
+
139
+ </div>
140
+
141
+
142
+
143
+
144
+ <div class="sourcecode">
145
+ <p class="source-link">
146
+ Source: <a href="javascript:toggleSource('M000009_source')" id="l_M000009_source">show</a>
147
+
148
+ | <a href="http://github.com/sunaku/inochi/blob/766b14740d2fffe75a0e4a11fd807c391e1f0c66/lib/inochi/util/tempdir.rb#L26" target="_blank" class="github_url">on GitHub</a>
149
+
150
+ </p>
151
+ <div id="M000009_source" class="dyn-source">
152
+ <pre><span class="ruby-comment cmt"># File lib/inochi/util/tempdir.rb, line 26</span>
153
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">close</span>
154
+ <span class="ruby-constant">FileUtils</span>.<span class="ruby-identifier">rm_rf</span> <span class="ruby-ivar">@path</span>
155
+ <span class="ruby-keyword kw">end</span></pre>
156
+ </div>
157
+ </div>
158
+
159
+ </div>
160
+
161
+ </div>
162
+ </div>
163
+ </body>
164
+ </html>
@@ -0,0 +1 @@
1
+ Mon, 04 May 2009 01:15:47 -0700
@@ -0,0 +1,263 @@
1
+ body {
2
+ font-family: "Helvetica Neue", Arial, sans-serif;
3
+ background: #FFF;
4
+ color: #000;
5
+ margin: 0px;
6
+ font-size: 0.82em;
7
+ line-height: 1.25em;
8
+ }
9
+
10
+ a {
11
+ color: #00F;
12
+ text-decoration: none;
13
+ }
14
+
15
+ a:hover {
16
+ color: #333;
17
+ background: #FE8;
18
+ }
19
+
20
+ p {
21
+ margin-bottom: 1em;
22
+ }
23
+
24
+ h1 {
25
+ font-size: 2.1em;
26
+ font-weight: normal;
27
+ line-height: 1.2em;
28
+ margin: 1.4em 0 0.7em 0;
29
+ }
30
+
31
+ h2 {
32
+ font-size: 1.6em;
33
+ margin: 1.8em 0 0.8em 0;
34
+ font-weight: normal;
35
+ line-height: 1.2em;
36
+ }
37
+
38
+ h3 {
39
+ font-size: 1.4em;
40
+ color:#555;
41
+ margin: 1.4em 0 0.7em 0;
42
+ font-weight: normal;
43
+ }
44
+
45
+ h4 {
46
+ margin: 1.4em 0 0.5em 0;
47
+ font-size: 1em;
48
+ }
49
+
50
+ .clear
51
+ {
52
+ clear: both;
53
+ width: 0; height: 0;
54
+ }
55
+
56
+ dt
57
+ {
58
+ margin-bottom: 0.3em;
59
+ font-weight: bold;
60
+ }
61
+
62
+ dd
63
+ {
64
+ margin-left: 2em;
65
+ margin-bottom: 1em;
66
+ }
67
+
68
+ dd p
69
+ {
70
+ margin-top: 0.6em;
71
+ }
72
+
73
+ li
74
+ {
75
+ margin: 0 0 0.5em 2em;
76
+ }
77
+
78
+ ul li
79
+ {
80
+ list-style: disc;
81
+ }
82
+
83
+ ol li
84
+ {
85
+ list-style: decimal;
86
+ }
87
+
88
+ .banner
89
+ {
90
+ background: #EDF3FE;
91
+ border-bottom: 1px solid #ccc;
92
+ padding: 1em 2em 0.5em 2em;
93
+ }
94
+ .banner h1
95
+ {
96
+ font-size: 1.2em;
97
+ margin: 0;
98
+ }
99
+
100
+ .banner h1 .type
101
+ {
102
+ font-size: 0.833em;
103
+ display:block;
104
+ }
105
+
106
+ .banner h1 .type,
107
+ .banner h1 .parent
108
+ {
109
+ color: #666;
110
+ }
111
+
112
+ .banner ul
113
+ {
114
+ margin-top: 0.3em;
115
+ margin-bottom: 0;
116
+ font-size: 0.85em;
117
+ }
118
+
119
+ .banner li
120
+ {
121
+ list-style: none;
122
+ margin-left: 0;
123
+ margin-bottom: 0;
124
+ }
125
+
126
+ pre
127
+ {
128
+ margin-bottom: 1em;
129
+ }
130
+
131
+ .methods dt
132
+ {
133
+ width: 1em;
134
+ font-size: 1.5em;
135
+ color:#AAA;
136
+ position: absolute;
137
+ font-weight: normal;
138
+ margin: 0;
139
+ }
140
+
141
+ .methods dd
142
+ {
143
+ margin-left: 2.5em;
144
+ min-height: 1.8em;
145
+ -height: 1.8em;
146
+ padding-bottom: 0.8em;
147
+ }
148
+
149
+
150
+ .methods ul li
151
+ {
152
+ margin-right: 0.7em;
153
+ margin-left: 0;
154
+ list-style: none;
155
+ display: inline;
156
+ }
157
+
158
+ #content {
159
+ margin: 2em;
160
+ margin-left: 3.5em;
161
+ margin-right: 3.5em;
162
+ }
163
+
164
+
165
+ .sectiontitle {
166
+ margin-top: 2em;
167
+ margin-bottom: 1.3em;
168
+ margin-left: -1.2em;
169
+ font-size: 1.2em;
170
+ padding: 0 0 0.25em 0;
171
+ font-weight: bold;
172
+ border-bottom: 1px solid #000;
173
+ }
174
+
175
+ .attr-rw {
176
+ padding-right: 1em;
177
+ text-align: center;
178
+ color: #055;
179
+ }
180
+
181
+ .attr-name {
182
+ font-weight: bold;
183
+ padding-right: 1em;
184
+ }
185
+
186
+ .attr-desc {
187
+ }
188
+
189
+ tt {
190
+ font-size: 1.15em;
191
+ }
192
+
193
+ .attr-value {
194
+ font-family: monospace;
195
+ padding-left: 1em;
196
+ font-size: 1.15em;
197
+ }
198
+
199
+ .dyn-source {
200
+ display: none;
201
+ background: #fffde8;
202
+ color: #000;
203
+ border: #ffe0bb dotted 1px;
204
+ margin: 0.5em 2em 0.5em 0;
205
+ padding: 0.5em;
206
+ }
207
+
208
+ .dyn-source .cmt {
209
+ color: #00F;
210
+ font-style: italic;
211
+ }
212
+
213
+ .dyn-source .kw {
214
+ color: #070;
215
+ font-weight: bold;
216
+ }
217
+
218
+ .description pre {
219
+ padding: 0.5em;
220
+ border: #ffe0bb dotted 1px;
221
+ background: #fffde8;
222
+ }
223
+
224
+ .method {
225
+ margin-bottom: 2em;
226
+ }
227
+ .method .description,
228
+ .method .sourcecode
229
+ {
230
+ margin-left: 1.2em;
231
+ }
232
+ .method h4
233
+ {
234
+ border-bottom: 1px dotted #999;
235
+ padding: 0 0 0.2em 0;
236
+ margin-bottom: 0.8em;
237
+ font-size: 1.1em;
238
+ color:#333;
239
+ }
240
+ .method .title {
241
+ border-bottom: 1px dotted #666;
242
+ padding: 0 0 0.15em 0;
243
+ margin: 0 0 0.5em 0;
244
+ font-size: 1.2em;
245
+ line-height: 1.25em;
246
+ }
247
+
248
+ .method .sourcecode p.source-link {
249
+ text-indent: 0em;
250
+ margin-top: 0.5em;
251
+ }
252
+
253
+ .method .aka {
254
+ margin-top: 0.3em;
255
+ margin-left: 1em;
256
+ font-style: italic;
257
+ text-indent: 2em;
258
+ }
259
+
260
+ .method .source-link
261
+ {
262
+ font-size: 0.85em;
263
+ }