File: IOSource.xml

package info (click to toggle)
librexml-ruby 1.2.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 792 kB
  • ctags: 655
  • sloc: ruby: 3,778; xml: 1,609; java: 109; makefile: 43
file content (14 lines) | stat: -rw-r--r-- 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE class>
<class name='IOSource' extends='Source'>
   A Source that wraps an IO.  See the Source class for method documentation
  <method name='initialize'/>
  <method name='scan'/>
  <method name='match'/>
  <method name='empty'/>
  <method name='current_line'>
    <return>
      the current line in the source
    </return>
     
  </method>
</class>