<title>
Class: Lyricli::Sources::Arguments
- — Documentation by YARD 0.8.1
+ — Documentation by YARD 0.8.2.1
</title>
</dl>
<div class="clear"></div>
+<h2>Overview</h2><div class="docstring">
+ <div class="discussion">
+ <p>
+The arguments source. This one is special since it expects two arguments.
+It is treated specially by the SourceManager.
+</p>
+
+
+ </div>
+</div>
+<div class="tags">
+
+</div>
<pre class="lines">
-18
-19
-20</pre>
+20
+21
+22</pre>
</td>
<td>
- <pre class="code"><span class="info file"># File 'lib/lyricli/sources/arguments.rb', line 18</span>
+ <pre class="code"><span class="info file"># File 'lib/lyricli/sources/arguments.rb', line 20</span>
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span>
<span class='comment'># Nothing to do.
<span id="name=-class_method"></span>
- <span id="name-class_method"></span>
<div class="method_details first">
<h3 class="signature first" id="name-class_method">
<pre class="lines">
-6
-7
-8</pre>
+8
+9
+10</pre>
</td>
<td>
- <pre class="code"><span class="info file"># File 'lib/lyricli/sources/arguments.rb', line 6</span>
+ <pre class="code"><span class="info file"># File 'lib/lyricli/sources/arguments.rb', line 8</span>
<span class='kw'>def</span> <span class='id identifier rubyid_name'>name</span>
<span class='ivar'>@name</span>
<pre class="lines">
-13
-14
-15</pre>
+15
+16
+17</pre>
</td>
<td>
- <pre class="code"><span class="info file"># File 'lib/lyricli/sources/arguments.rb', line 13</span>
+ <pre class="code"><span class="info file"># File 'lib/lyricli/sources/arguments.rb', line 15</span>
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_enable'>enable</span>
<span class='comment'># Nothing to do.
<pre class="lines">
-32
-33
-34</pre>
+34
+35
+36</pre>
</td>
<td>
- <pre class="code"><span class="info file"># File 'lib/lyricli/sources/arguments.rb', line 32</span>
+ <pre class="code"><span class="info file"># File 'lib/lyricli/sources/arguments.rb', line 34</span>
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_reset'>reset</span>
<span class='comment'># Reset Code
<pre class="lines">
-25
-26
27
28
-29</pre>
+29
+30
+31</pre>
</td>
<td>
- <pre class="code"><span class="info file"># File 'lib/lyricli/sources/arguments.rb', line 25</span>
+ <pre class="code"><span class="info file"># File 'lib/lyricli/sources/arguments.rb', line 27</span>
<span class='kw'>def</span> <span class='id identifier rubyid_current_track'>current_track</span>
<span class='id identifier rubyid_artist'>artist</span> <span class='op'>=</span> <span class='const'>ARGV</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span>
</div>
<div id="footer">
- Generated on Fri Oct 5 22:31:15 2012 by
+ Generated on Sat Oct 6 03:20:24 2012 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
- 0.8.1 (ruby-1.9.2).
+ 0.8.2.1 (ruby-1.9.2).
</div>
</body>