ruby-changes:31401
From: kou <ko1@a...>
Date: Thu, 31 Oct 2013 21:50:55 +0900 (JST)
Subject: [ruby-changes:31401] kou:r43480 (trunk): * lib/rexml/parsers/streamparser.rb: Add dependency file require.
kou 2013-10-31 21:50:49 +0900 (Thu, 31 Oct 2013) New Revision: 43480 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43480 Log: * lib/rexml/parsers/streamparser.rb: Add dependency file require. [Bug #9062] [ruby-dev:47779] Reported by Ippei Obayashi. Thanks!!! Modified files: trunk/ChangeLog trunk/lib/rexml/parsers/streamparser.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 43479) +++ ChangeLog (revision 43480) @@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Oct 31 21:48:31 2013 Kouhei Sutou <kou@c...> + + * 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@a...> * vm_method.c (rb_method_entry_make): fix to pass an ISeq value. Index: lib/rexml/parsers/streamparser.rb =================================================================== --- lib/rexml/parsers/streamparser.rb (revision 43479) +++ lib/rexml/parsers/streamparser.rb (revision 43480) @@ -1,3 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/lib/rexml/parsers/streamparser.rb#L1 +require "rexml/parsers/baseparser" + module REXML module Parsers class StreamParser -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/