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,9 @@
|
|||
Thu Oct 31 21:48:31 2013 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* lib/rexml/parsers/streamparser.rb: Add dependency file require.
|
||||
[Bug #9062] [ruby-dev:47779]
|
||||
Reported by Ippei Obayashi. Thanks!!!
|
||||
|
||||
Thu Oct 31 14:09:32 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm_method.c (rb_method_entry_make): fix to pass an ISeq value.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
require "rexml/parsers/baseparser"
|
||||
|
||||
module REXML
|
||||
module Parsers
|
||||
class StreamParser
|
||||
|
|
Loading…
Reference in a new issue