]> git.r.bdr.sh - rbdr/lyricli.rb/blobdiff - doc/Lyricli/Sources/Arguments.html
Finish first wave of documentation.
[rbdr/lyricli.rb] / doc / Lyricli / Sources / Arguments.html
index 6f0be6503aad4397d68b9f6fdb9b25262f27ae2a..934a4a7101fc7616ceda3e31445ece1953f7f2ef 100644 (file)
 </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>
 
 
 
@@ -293,12 +306,12 @@ Instantiates everything it needs to run.
       <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.
@@ -342,12 +355,12 @@ Returns the value of attribute name
       <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>
@@ -392,12 +405,12 @@ source. In the case of Rdio it has to authenticate with OAuth.
       <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.
@@ -434,12 +447,12 @@ The reset method resets any configurations it may have
       <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
@@ -502,14 +515,14 @@ A hash containing the current `:song` and `:artist`.
       <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>
@@ -526,7 +539,7 @@ A hash containing the current `:song` and `:artist`.
 </div>
 
     <div id="footer">
-  Generated on Sat Oct  6 02:05:51 2012 by
+  Generated on Sat Oct  6 02:34:27 2012 by
   <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
   0.8.2.1 (ruby-1.9.2).
 </div>