]> git.r.bdr.sh - rbdr/lyricli.rb/blobdiff - doc/Lyricli/Sources/Arguments.html
Document the errors... ish?
[rbdr/lyricli.rb] / doc / Lyricli / Sources / Arguments.html
index da2f0a17a5f74ed831fd0f229445f9442b62dd2d..f3678ed7c2e69ff1b98b0751e0794ed0995e9d57 100644 (file)
@@ -6,7 +6,7 @@
 <title>
   Class: Lyricli::Sources::Arguments
   
-    &mdash; Documentation by YARD 0.8.1
+    &mdash; 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>
 
 
 
@@ -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.
@@ -315,7 +328,6 @@ Instantiates everything it needs to run.
     
       
       <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">
   
@@ -343,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>
@@ -393,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.
@@ -435,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
@@ -503,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>
@@ -527,9 +539,9 @@ A hash containing the current `:song` and `:artist`.
 </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>