When I tried to install ruby 2.2.4 using rbenv and ruby-build, I encountered the following error. ~~~ installing bundle gems: /home/ohai/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0 (build_info, cache, doc, extensions, gems, speci...ohai (Ippei Obayashi)
As shown in the attached patch, Rinda::TupleEntry#renew accept true instead of false (true is consistent with make_expires). In fact, in the current source code false is also acceptable and works as documented but it is not intenti...ohai (Ippei Obayashi)
zzak (Zachary Scott) wrote: > @ohai Thank you! It seems you removed an example for #add_attributes > ... This is because * the example is a part the document of REXM::Attribute#namespace, not a part of REXML::Element#add_attributes...ohai (Ippei Obayashi)
REXML::StreamListener#entity のドキュメントによると # Called when %foo; is encountered in a doctype declaration. # @p content "foo" def entity content end と書かれていますが、以下のコードを動かしても何も表示されません require 'rexml/parsers/baseparser' ...ohai (Ippei Obayashi)