mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rexml/parsers/streamparser.rb: Add dependency file require.
[Bug #9062] [ruby-dev:47779] Reported by Ippei Obayashi. Thanks!!! git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
667a519db3
commit
128d3e7817
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require "rexml/parsers/baseparser"
|
||||
|
||||
module REXML
|
||||
module Parsers
|
||||
class StreamParser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue