Masatoshi SEKI

Results 5 comments of Masatoshi SEKI

Monkey patched. ```` module RubyXL class SheetMetadata < GenericStorageObject CONTENT_TYPE = 'application/vnd.ms-excel.sheetMetadata' REL_TYPE = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/sheetMetadata' end class Workbook define_relationship(RubyXL::SheetMetadata) end end ````

Sorry, I can't show the sample file. ```` require 'rubyXL' module RubyXL class SheetMetadata < GenericStorageObject CONTENT_TYPE = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml' REL_TYPE = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/sheetMetadata' end class Workbook define_relationship(RubyXL::SheetMetadata) end end def foo(src,...

ありがとうございます。 pure rubyの赤黒木の実装なら自分でも持っているので、RBTreeの利用にこだわりたいです。 (pure rubyの場合、赤黒木ではなく入れ子のArrayにすると思います。) RBTreeのオリジナル版が改訂されるのを待つべきでしょうか? 連絡先どこなんだろ...。 本家が改訂されるようすがなければ、rbtree2を、 あるいはその間にpure rubyの速い実装を思いついたらrbtreeなしで動くものを採用しようかなあ...。

http://raa.ruby-lang.org/project/ruby-rbtree/ にあるメールアドレスに問い合わせしてみましたー。

[ruby-core:52882] [ruby-trunk - Bug #7698][Assigned] RubyGems 2.0 has an incompatibility about installation of extension libraries こういうのが出てました。RubyGemsの問題なのかなあ。 よくわからないけど。