File: parser.rb

package info (click to toggle)
ruby-xmlparser 0.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 896 kB
  • ctags: 1,874
  • sloc: ruby: 9,323; ansic: 2,016; makefile: 11
file content (13 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
## -*- Ruby -*-
## XML::Parser (alias of XMLParser)
## 1998 by yoshidam

require 'xmlparser.so'

#module XML
#  Parser = XMLParser
#  class Parser
#    Error = XMLParserError
#  end
#  Encoding = XMLEncoding
#end